http-directives
Version:
A TypeScript-friendly package that provides strongly-typed HTTP constants
121 lines (119 loc) • 4.39 kB
text/typescript
declare class MimeTypes {
static APPLICATION_ATOM_XML: string;
static APPLICATION_EDI_X12: string;
static APPLICATION_EDIFACT: string;
static APPLICATION_GEO_JSON: string;
static APPLICATION_LD_JSON: string;
static APPLICATION_MANIFEST_JSON: string;
static APPLICATION_JSON: string;
static APPLICATION_JAVASCRIPT: string;
static APPLICATION_OCTET_STREAM: string;
static APPLICATION_OGG: string;
static APPLICATION_PDF: string;
static APPLICATION_POSTSCRIPT: string;
static APPLICATION_SOAP_XML: string;
static APPLICATION_FONT_WOFF: string;
static APPLICATION_XHTML_XML: string;
static APPLICATION_XML_DTD: string;
static APPLICATION_XOP_XML: string;
static APPLICATION_ZIP: string;
static APPLICATION_GZIP: string;
static APPLICATION_X_BITTORRENT: string;
static APPLICATION_X_TEX: string;
static APPLICATION_XML: string;
static APPLICATION_X_WWW_FORM_URLENCODED: string;
static APPLICATION_X_DVI: string;
static APPLICATION_X_LATEX: string;
static APPLICATION_X_FONT_TTF: string;
/** @deprecated */
static APPLICATION_X_SHOCKWAVE_FLASH: string;
/** @deprecated */
static APPLICATION_X_STUFFIT: string;
static APPLICATION_X_RAR_COMPRESSED: string;
static APPLICATION_X_TAR: string;
/** @deprecated */
static APPLICATION_X_JQUERY_TMPL: string;
/** @deprecated Use application/javascript instead */
static APPLICATION_X_JAVASCRIPT: string;
static APPLICATION_PKCS12: string;
static APPLICATION_PKCS7_CERTIFICATES: string;
static APPLICATION_PKCS7_CERTREQRESP: string;
static APPLICATION_PKCS7_MIME: string;
static APPLICATION_PKCS7_SIGNATURE: string;
static AUDIO_BASIC: string;
static AUDIO_L24: string;
static AUDIO_MP4: string;
static AUDIO_AAC: string;
static AUDIO_MPEG: string;
static AUDIO_OGG: string;
static AUDIO_OPUS: string;
static AUDIO_VORBIS: string;
static AUDIO_X_MS_WMA: string;
static AUDIO_X_MS_WAX: string;
static AUDIO_VND_RN_REALAUDIO: string;
static AUDIO_VND_WAVE: string;
static AUDIO_WAV: string;
static AUDIO_WEBM: string;
static IMAGE_AVIF: string;
static IMAGE_GIF: string;
static IMAGE_JPEG: string;
static IMAGE_PJPEG: string;
static IMAGE_PNG: string;
static IMAGE_SVG_XML: string;
static IMAGE_TIFF: string;
static IMAGE_VND_MICROSOFT_ICON: string;
static IMAGE_VND_WAP_WBMP: string;
static IMAGE_WEBP: string;
static MESSAGE_HTTP: string;
static MESSAGE_IMDN_XML: string;
static MESSAGE_PARTIAL: string;
static MESSAGE_RFC822: string;
static MODEL_EXAMPLE: string;
static MODEL_IGES: string;
static MODEL_MESH: string;
static MODEL_VRML: string;
static MODEL_X3D_BINARY: string;
static MODEL_X3D_VRML: string;
static MODEL_X3D_XML: string;
static MULTIPART_MIXED: string;
static MULTIPART_ALTERNATIVE: string;
static MULTIPART_RELATED: string;
static MULTIPART_FORM_DATA: string;
static MULTIPART_SIGNED: string;
static MULTIPART_ENCRYPTED: string;
static TEXT_CMD: string;
static TEXT_CSS: string;
static TEXT_CSV: string;
static TEXT_HTML: string;
static TEXT_JAVASCRIPT: string;
static TEXT_PLAIN: string;
static TEXT_PHP: string;
static TEXT_XML: string;
static TEXT_MARKDOWN: string;
static TEXT_CACHE_MANIFEST: string;
static VIDEO_MPEG: string;
static VIDEO_MP4: string;
static VIDEO_OGG: string;
static VIDEO_QUICKTIME: string;
static VIDEO_WEBM: string;
static VIDEO_X_MS_WMV: string;
static VIDEO_X_FLV: string;
static VIDEO_3GPP: string;
static VIDEO_3GPP2: string;
static APPLICATION_VND_OD_TEXT: string;
static APPLICATION_VND_OD_SPREADSHEET: string;
static APPLICATION_VND_OD_PRESENTATION: string;
static APPLICATION_VND_OD_GRAPHICS: string;
static APPLICATION_MS_EXCEL: string;
static APPLICATION_MS_EXCEL_2007: string;
static APPLICATION_MS_POWERPOINT: string;
static APPLICATION_MS_POWERPOINT_2007: string;
static APPLICATION_MS_WORD_2007: string;
static APPLICATION_MS_WORD: string;
static APPLICATION_KML: string;
static APPLICATION_XUL: string;
static APPLICATION_VND_API_JSON: string;
static APPLICATION_WARC: string;
static APPLICATION_WASM: string;
}
export { MimeTypes };