Skip to main content

Enumeration: ContentType

Enumeration Members

CSV

CSV: "text/csv"

Defined in

types/http/ContentTypes.ts:6


FormURLEncoded

FormURLEncoded: "application/x-www-form-urlencoded"

Defined in

types/http/ContentTypes.ts:7


GIF

GIF: "image/gif"

Defined in

types/http/ContentTypes.ts:13


HTML

HTML: "text/html"

Defined in

types/http/ContentTypes.ts:4


Javascript

Javascript: "application/javascript"

Defined in

types/http/ContentTypes.ts:9


JPEG

JPEG: "image/jpeg"

Defined in

types/http/ContentTypes.ts:14


JSON

JSON: "application/json"

Defined in

types/http/ContentTypes.ts:2


MP3

MP3: "audio/mpeg"

Defined in

types/http/ContentTypes.ts:19


MP4

MP4: "video/mp4"

Defined in

types/http/ContentTypes.ts:18


MultipartFormData

MultipartFormData: "multipart/form-data"

Defined in

types/http/ContentTypes.ts:8


OctetStream

OctetStream: "application/octet-stream"

Defined in

types/http/ContentTypes.ts:11


OGG

OGG: "audio/ogg"

Defined in

types/http/ContentTypes.ts:20


PDF

PDF: "application/pdf"

Defined in

types/http/ContentTypes.ts:10


PNG

PNG: "image/png"

Defined in

types/http/ContentTypes.ts:15


SVG

SVG: "image/svg+xml"

Defined in

types/http/ContentTypes.ts:16


Text

Text: "text/plain"

Defined in

types/http/ContentTypes.ts:3


WAV

WAV: "audio/wav"

Defined in

types/http/ContentTypes.ts:21


WEBM

WEBM: "video/webm"

Defined in

types/http/ContentTypes.ts:22


Webp

Webp: "image/webp"

Defined in

types/http/ContentTypes.ts:17


XML

XML: "application/xml"

Defined in

types/http/ContentTypes.ts:5


ZIP

ZIP: "application/zip"

Defined in

types/http/ContentTypes.ts:12