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