Type Alias: ContentTypeType
ContentTypeType:
"text"
|"multipart"
|"message"
|"image"
|"audio"
|"video"
|"application"
| `X-${string}`
RFC 1341 4: Defines a Content-Type's type, which follows the following structure:
type
=text
|multipart
|message
|image
|audio
|video
|application
| x-tokenx-token
= The two characters "X-" followed, with no intervening white space, by any token
Since
1.3.0
Defined in
projects/plugins/packages/api/src/lib/structures/http/Server.ts:142