http_constant/content_type_value/
const.rs

1/// The `Content-Type` for Lotus 1-2-3.
2pub const APPLICATION_VND_LOTUS_1_2_3: &str = "application/vnd.lotus-1-2-3";
3/// The `Content-Type` for In3D 3DML.
4pub const TEXT_VND_IN3D_3DML: &str = "text/vnd.in3d.3dml";
5/// The `Content-Type` for 3ds Image.
6pub const IMAGE_X_3DS: &str = "image/x-3ds";
7/// The `Content-Type` for 3GPP2 video.
8pub const VIDEO_3GPP2: &str = "video/3gpp2";
9/// The `Content-Type` for 3GPP video.
10pub const VIDEO_3GPP: &str = "video/3gpp";
11/// The `Content-Type` for 7z compressed archive.
12pub const APPLICATION_X_7Z_COMPRESSED: &str = "application/x-7z-compressed";
13/// The `Content-Type` for Authorware binary.
14pub const APPLICATION_X_AUTHORWARE_BIN: &str = "application/x-authorware-bin";
15/// The `Content-Type` for AAC audio.
16pub const AUDIO_X_AAC: &str = "audio/x-aac";
17/// The `Content-Type` for Authorware map.
18pub const APPLICATION_X_AUTHORWARE_MAP: &str = "application/x-authorware-map";
19/// The `Content-Type` for Authorware segment.
20pub const APPLICATION_X_AUTHORWARE_SEG: &str = "application/x-authorware-seg";
21/// The `Content-Type` for MPEG audio.
22pub const AUDIO_X_MPEG: &str = "audio/x-mpeg";
23/// The `Content-Type` for AbiWord document.
24pub const APPLICATION_X_ABIWORD: &str = "application/x-abiword";
25/// The `Content-Type` for PKIX attribute certificate.
26pub const APPLICATION_PKIX_ATTR_CERT: &str = "application/pkix-attr-cert";
27/// The `Content-Type` for American Dynamics ACC.
28pub const APPLICATION_VND_AMERICANDYNAMICS_ACC: &str = "application/vnd.americandynamics.acc";
29/// The `Content-Type` for ACE compressed archive.
30pub const APPLICATION_X_ACE_COMPRESSED: &str = "application/x-ace-compressed";
31/// The `Content-Type` for AcuCobol.
32pub const APPLICATION_VND_ACUCOBOL: &str = "application/vnd.acucobol";
33/// The `Content-Type` for AcuCorp.
34pub const APPLICATION_VND_ACUCORP: &str = "application/vnd.acucorp";
35/// The `Content-Type` for ADPCM audio.
36pub const AUDIO_ADPCM: &str = "audio/adpcm";
37/// The `Content-Type` for Audiograph.
38pub const APPLICATION_VND_AUDIOGRAPH: &str = "application/vnd.audiograph";
39/// The `Content-Type` for Adobe Type 1 Font.
40pub const APPLICATION_X_FONT_TYPE1: &str = "application/x-font-type1";
41/// The `Content-Type` for IBM MODCAP.
42pub const APPLICATION_VND_IBM_MODCAP: &str = "application/vnd.ibm.modcap";
43/// The `Content-Type` for Ahead AIR Application.
44pub const APPLICATION_VND_AHEAD_SPACE: &str = "application/vnd.ahead.space";
45/// The `Content-Type` for PostScript.
46pub const APPLICATION_POSTSCRIPT: &str = "application/postscript";
47/// The `Content-Type` for AIFF audio.
48pub const AUDIO_X_AIFF: &str = "audio/x-aiff";
49/// The `Content-Type` for AIM.
50pub const APPLICATION_X_AIM: &str = "application/x-aim";
51/// The `Content-Type` for Adobe AIR Application.
52pub const APPLICATION_VND_ADOBE_AIR_APPLICATION_INSTALLER_PACKAGE_ZIP: &str =
53    "application/vnd.adobe.air-application-installer-package+zip";
54/// The `Content-Type` for DVB AIT.
55pub const APPLICATION_VND_DVB_AIT: &str = "application/vnd.dvb.ait";
56/// The `Content-Type` for Amiga AMI.
57pub const APPLICATION_VND_AMIGA_AMI: &str = "application/vnd.amiga.ami";
58/// The `Content-Type` for Annodex.
59pub const APPLICATION_ANNODEX: &str = "application/annodex";
60/// The `Content-Type` for Android Package Archive.
61pub const APPLICATION_VND_ANDROID_PACKAGE_ARCHIVE: &str = "application/vnd.android.package-archive";
62/// The `Content-Type` for Cache Manifest.
63pub const TEXT_CACHE_MANIFEST: &str = "text/cache-manifest";
64/// The `Content-Type` for Server-Sent Events.
65pub const TEXT_EVENT_STREAM: &str = "text/event-stream";
66/// The `Content-Type` for Microsoft Application.
67pub const APPLICATION_X_MS_APPLICATION: &str = "application/x-ms-application";
68/// The `Content-Type` for Lotus Approach.
69pub const APPLICATION_VND_LOTUS_APPROACH: &str = "application/vnd.lotus-approach";
70/// The `Content-Type` for FreeArc archive.
71pub const APPLICATION_X_FREEARC: &str = "application/x-freearc";
72/// The `Content-Type` for JG image.
73pub const IMAGE_X_JG: &str = "image/x-jg";
74/// The `Content-Type` for PGP signature.
75pub const APPLICATION_PGP_SIGNATURE: &str = "application/pgp-signature";
76/// The `Content-Type` for ASF video.
77pub const VIDEO_X_MS_ASF: &str = "video/x-ms-asf";
78/// The `Content-Type` for Assembly source.
79pub const TEXT_X_ASM: &str = "text/x-asm";
80/// The `Content-Type` for Accpac Simply ASO.
81pub const APPLICATION_VND_ACCPAC_SIMPLY_ASO: &str = "application/vnd.accpac.simply.aso";
82/// The `Content-Type` for Atom feed.
83pub const APPLICATION_ATOM_XML: &str = "application/atom+xml";
84/// The `Content-Type` for Atom category document.
85pub const APPLICATION_ATOMCAT_XML: &str = "application/atomcat+xml";
86/// The `Content-Type` for Atom service document.
87pub const APPLICATION_ATOMSVC_XML: &str = "application/atomsvc+xml";
88/// The `Content-Type` for Antix Game Component.
89pub const APPLICATION_VND_ANTIX_GAME_COMPONENT: &str = "application/vnd.antix.game-component";
90/// The `Content-Type` for basic audio.
91pub const AUDIO_BASIC: &str = "audio/basic";
92/// The `Content-Type` for AVI video.
93pub const VIDEO_X_MSVIDEO: &str = "video/x-msvideo";
94/// The `Content-Type` for Rad ScreenPlay video.
95pub const VIDEO_X_RAD_SCREENPLAY: &str = "video/x-rad-screenplay";
96/// The `Content-Type` for Applixware.
97pub const APPLICATION_APPLIXWARE: &str = "application/applixware";
98/// The `Content-Type` for Annodex audio.
99pub const AUDIO_ANNODEX: &str = "audio/annodex";
100/// The `Content-Type` for Annodex video.
101pub const VIDEO_ANNODEX: &str = "video/annodex";
102/// The `Content-Type` for AirZip FileSecure AZF.
103pub const APPLICATION_VND_AIRZIP_FILESECURE_AZF: &str = "application/vnd.airzip.filesecure.azf";
104/// The `Content-Type` for AirZip FileSecure AZS.
105pub const APPLICATION_VND_AIRZIP_FILESECURE_AZS: &str = "application/vnd.airzip.filesecure.azs";
106/// The `Content-Type` for Amazon Kindle eBook.
107pub const APPLICATION_VND_AMAZON_EBOOK: &str = "application/vnd.amazon.ebook";
108/// The `Content-Type` for Microsoft application download.
109pub const APPLICATION_X_MSDOWNLOAD: &str = "application/x-msdownload";
110/// The `Content-Type` for BCPIO archive.
111pub const APPLICATION_X_BCPIO: &str = "application/x-bcpio";
112/// The `Content-Type` for BDF font.
113pub const APPLICATION_X_FONT_BDF: &str = "application/x-font-bdf";
114/// The `Content-Type` for SyncML DM+WBXML.
115pub const APPLICATION_VND_SYNCML_DM_WBXML: &str = "application/vnd.syncml.dm+wbxml";
116/// The `Content-Type` for RealVNC BED.
117pub const APPLICATION_VND_REALVNC_BED: &str = "application/vnd.realvnc.bed";
118/// The `Content-Type` for Fujitsu OasysPRS.
119pub const APPLICATION_VND_FUJITSU_OASYSPRS: &str = "application/vnd.fujitsu.oasysprs";
120/// The `Content-Type` for binary data.
121pub const APPLICATION_OCTET_STREAM: &str = "application/octet-stream";
122/// The `Content-Type` for Blorb interactive fiction.
123pub const APPLICATION_X_BLORB: &str = "application/x-blorb";
124/// The `Content-Type` for BMI.
125pub const APPLICATION_VND_BMI: &str = "application/vnd.bmi";
126/// The `Content-Type` for BMP image.
127pub const IMAGE_BMP: &str = "image/bmp";
128/// The `Content-Type` for HTML.
129pub const TEXT_HTML: &str = "text/html";
130/// The `Content-Type` for URL-encoded forms.
131pub const FORM_URLENCODED: &str = "application/x-www-form-urlencoded";
132/// The `Content-Type` for Adobe FrameMaker.
133pub const APPLICATION_VND_FRAMEMAKER: &str = "application/vnd.framemaker";
134/// The `Content-Type` for Preview Systems BOX.
135pub const APPLICATION_VND_PREVIEWSYSTEMS_BOX: &str = "application/vnd.previewsystems.box";
136/// The `Content-Type` for BZip2 archive.
137pub const APPLICATION_X_BZIP2: &str = "application/x-bzip2";
138/// The `Content-Type` for BTIF image.
139pub const IMAGE_PRS_BTIF: &str = "image/prs.btif";
140/// The `Content-Type` for BZip archive.
141pub const APPLICATION_X_BZIP: &str = "application/x-bzip";
142/// The `Content-Type` for C source code.
143pub const TEXT_X_C: &str = "text/x-c";
144/// The `Content-Type` for ClueTrust CartoMobile Config.
145pub const APPLICATION_VND_CLUETRUST_CARTOMOBILE_CONFIG: &str =
146    "application/vnd.cluetrust.cartomobile-config";
147/// The `Content-Type` for ClueTrust CartoMobile Config Package.
148pub const APPLICATION_VND_CLUETRUST_CARTOMOBILE_CONFIG_PKG: &str =
149    "application/vnd.cluetrust.cartomobile-config-pkg";
150/// The `Content-Type` for Clonk C4Group.
151pub const APPLICATION_VND_CLONK_C4GROUP: &str = "application/vnd.clonk.c4group";
152/// The `Content-Type` for Microsoft Cabinet file.
153pub const APPLICATION_VND_MS_CAB_COMPRESSED: &str = "application/vnd.ms-cab-compressed";
154/// The `Content-Type` for CAF audio.
155pub const AUDIO_X_CAF: &str = "audio/x-caf";
156/// The `Content-Type` for TCPDump capture file.
157pub const APPLICATION_VND_TCPDUMP_PCAP: &str = "application/vnd.tcpdump.pcap";
158/// The `Content-Type` for cURL CAR file.
159pub const APPLICATION_VND_CURL_CAR: &str = "application/vnd.curl.car";
160/// The `Content-Type` for Microsoft PKI Security Catalog.
161pub const APPLICATION_VND_MS_PKI_SECCAT: &str = "application/vnd.ms-pki.seccat";
162/// The `Content-Type` for Comic Book RAR archive.
163pub const APPLICATION_X_CBR: &str = "application/x-cbr";
164/// The `Content-Type` for Adobe Director.
165pub const APPLICATION_X_DIRECTOR: &str = "application/x-director";
166/// The `Content-Type` for CCXML.
167pub const APPLICATION_CCXML_XML: &str = "application/ccxml+xml";
168/// The `Content-Type` for Contact CMSG.
169pub const APPLICATION_VND_CONTACT_CMSG: &str = "application/vnd.contact.cmsg";
170/// The `Content-Type` for CDF.
171pub const APPLICATION_X_CDF: &str = "application/x-cdf";
172/// The `Content-Type` for MediaStation CDKey.
173pub const APPLICATION_VND_MEDIASTATION_CDKEY: &str = "application/vnd.mediastation.cdkey";
174/// The `Content-Type` for CDMI Capability.
175pub const APPLICATION_CDMI_CAPABILITY: &str = "application/cdmi-capability";
176/// The `Content-Type` for CDMI Container.
177pub const APPLICATION_CDMI_CONTAINER: &str = "application/cdmi-container";
178/// The `Content-Type` for CDMI Domain.
179pub const APPLICATION_CDMI_DOMAIN: &str = "application/cdmi-domain";
180/// The `Content-Type` for CDMI Object.
181pub const APPLICATION_CDMI_OBJECT: &str = "application/cdmi-object";
182/// The `Content-Type` for CDMI Queue.
183pub const APPLICATION_CDMI_QUEUE: &str = "application/cdmi-queue";
184/// The `Content-Type` for ChemDraw CDX.
185pub const CHEMICAL_X_CDX: &str = "chemical/x-cdx";
186/// The `Content-Type` for ChemDraw XML.
187pub const APPLICATION_VND_CHEMDRAW_XML: &str = "application/vnd.chemdraw+xml";
188/// The `Content-Type` for Cinderella.
189pub const APPLICATION_VND_CINDERELLA: &str = "application/vnd.cinderella";
190/// The `Content-Type` for PKIX Certificate.
191pub const APPLICATION_PKIX_CERT: &str = "application/pkix-cert";
192/// The `Content-Type` for CFS compressed file.
193pub const APPLICATION_X_CFS_COMPRESSED: &str = "application/x-cfs-compressed";
194/// The `Content-Type` for CGM image.
195pub const IMAGE_CGM: &str = "image/cgm";
196/// The `Content-Type` for Chat file.
197pub const APPLICATION_X_CHAT: &str = "application/x-chat";
198/// The `Content-Type` for Microsoft HTML Help.
199pub const APPLICATION_VND_MS_HTMLHELP: &str = "application/vnd.ms-htmlhelp";
200/// The `Content-Type` for KDE KChart.
201pub const APPLICATION_VND_KDE_KCHART: &str = "application/vnd.kde.kchart";
202/// The `Content-Type` for CIF.
203pub const CHEMICAL_X_CIF: &str = "chemical/x-cif";
204/// The `Content-Type` for Anser-Web Certificate Issue Initiation.
205pub const APPLICATION_VND_ANSER_WEB_CERTIFICATE_ISSUE_INITIATION: &str =
206    "application/vnd.anser-web-certificate-issue-initiation";
207/// The `Content-Type` for Microsoft ArtGalry.
208pub const APPLICATION_VND_MS_ARTGALRY: &str = "application/vnd.ms-artgalry";
209/// The `Content-Type` for Claymore.
210pub const APPLICATION_VND_CLAYMORE: &str = "application/vnd.claymore";
211/// The `Content-Type` for Java class.
212pub const APPLICATION_JAVA: &str = "application/java";
213/// The `Content-Type` for Crick Clicker Keyboard.
214pub const APPLICATION_VND_CRICK_CLICKER_KEYBOARD: &str = "application/vnd.crick.clicker.keyboard";
215/// The `Content-Type` for Crick Clicker Palette.
216pub const APPLICATION_VND_CRICK_CLICKER_PALETTE: &str = "application/vnd.crick.clicker.palette";
217/// The `Content-Type` for Crick Clicker Template.
218pub const APPLICATION_VND_CRICK_CLICKER_TEMPLATE: &str = "application/vnd.crick.clicker.template";
219/// The `Content-Type` for Crick Clicker Wordbank.
220pub const APPLICATION_VND_CRICK_CLICKER_WORDBANK: &str = "application/vnd.crick.clicker.wordbank";
221/// The `Content-Type` for Crick Clicker.
222pub const APPLICATION_VND_CRICK_CLICKER: &str = "application/vnd.crick.clicker";
223/// The `Content-Type` for Microsoft Clipboard.
224pub const APPLICATION_X_MSCLIP: &str = "application/x-msclip";
225/// The `Content-Type` for CosmoCaller.
226pub const APPLICATION_VND_COSMOCALLER: &str = "application/vnd.cosmocaller";
227/// The `Content-Type` for CMDF.
228pub const CHEMICAL_X_CMDF: &str = "chemical/x-cmdf";
229/// The `Content-Type` for CML.
230pub const CHEMICAL_X_CML: &str = "chemical/x-cml";
231/// The `Content-Type` for Yellow-River Custom-Menu.
232pub const APPLICATION_VND_YELLOWRIVER_CUSTOM_MENU: &str = "application/vnd.yellowriver-custom-menu";
233/// The `Content-Type` for CMX image.
234pub const IMAGE_X_CMX: &str = "image/x-cmx";
235/// The `Content-Type` for RIM COD.
236pub const APPLICATION_VND_RIM_COD: &str = "application/vnd.rim.cod";
237/// The `Content-Type` for plain text.
238pub const TEXT_PLAIN: &str = "text/plain";
239/// The `Content-Type` for CPIO archive.
240pub const APPLICATION_X_CPIO: &str = "application/x-cpio";
241/// The `Content-Type` for Mac CompactPro.
242pub const APPLICATION_MAC_COMPACTPRO: &str = "application/mac-compactpro";
243/// The `Content-Type` for Microsoft CardFile.
244pub const APPLICATION_X_MSCARDFILE: &str = "application/x-mscardfile";
245/// The `Content-Type` for PKIX CRL.
246pub const APPLICATION_PKIX_CRL: &str = "application/pkix-crl";
247/// The `Content-Type` for X.509 CA Certificate.
248pub const APPLICATION_X_X509_CA_CERT: &str = "application/x-x509-ca-cert";
249/// The `Content-Type` for Rig Cryptonote.
250pub const APPLICATION_VND_RIG_CRYPTONOTE: &str = "application/vnd.rig.cryptonote";
251/// The `Content-Type` for C-Shell script.
252pub const APPLICATION_X_CSH: &str = "application/x-csh";
253/// The `Content-Type` for CSML.
254pub const CHEMICAL_X_CSML: &str = "chemical/x-csml";
255/// The `Content-Type` for CommonSpace.
256pub const APPLICATION_VND_COMMONSPACE: &str = "application/vnd.commonspace";
257/// The `Content-Type` for CSS.
258pub const TEXT_CSS: &str = "text/css";
259/// The `Content-Type` for CSV.
260pub const TEXT_CSV: &str = "text/csv";
261/// The `Content-Type` for CU-SeeMe.
262pub const APPLICATION_CU_SEEME: &str = "application/cu-seeme";
263/// The `Content-Type` for cURL text.
264pub const TEXT_VND_CURL: &str = "text/vnd.curl";
265/// The `Content-Type` for CWW.
266pub const APPLICATION_PRS_CWW: &str = "application/prs.cww";
267/// The `Content-Type` for COLLADA XML.
268pub const MODEL_VND_COLLADA_XML: &str = "model/vnd.collada+xml";
269/// The `Content-Type` for Mobius DAF.
270pub const APPLICATION_VND_MOBIUS_DAF: &str = "application/vnd.mobius.daf";
271/// The `Content-Type` for Dart.
272pub const APPLICATION_VND_DART: &str = "application/vnd.dart";
273/// The `Content-Type` for FDSN SEED.
274pub const APPLICATION_VND_FDSN_SEED: &str = "application/vnd.fdsn.seed";
275/// The `Content-Type` for WebDAV Mount.
276pub const APPLICATION_DAVMOUNT_XML: &str = "application/davmount+xml";
277/// The `Content-Type` for DocBook XML.
278pub const APPLICATION_DOCBOOK_XML: &str = "application/docbook+xml";
279/// The `Content-Type` for cURL DCURL.
280pub const TEXT_VND_CURL_DCURL: &str = "text/vnd.curl.dcurl";
281/// The `Content-Type` for OMA DD2 XML.
282pub const APPLICATION_VND_OMA_DD2_XML: &str = "application/vnd.oma.dd2+xml";
283/// The `Content-Type` for Fujixerox DDD.
284pub const APPLICATION_VND_FUJIXEROX_DDD: &str = "application/vnd.fujixerox.ddd";
285/// The `Content-Type` for Debian package.
286pub const APPLICATION_X_DEBIAN_PACKAGE: &str = "application/x-debian-package";
287/// The `Content-Type` for DreamFactory.
288pub const APPLICATION_VND_DREAMFACTORY: &str = "application/vnd.dreamfactory";
289/// The `Content-Type` for DGC compressed.
290pub const APPLICATION_X_DGC_COMPRESSED: &str = "application/x-dgc-compressed";
291/// The `Content-Type` for Mobius DIS.
292pub const APPLICATION_VND_MOBIUS_DIS: &str = "application/vnd.mobius.dis";
293/// The `Content-Type` for DjVu image.
294pub const IMAGE_VND_DJVU: &str = "image/vnd.djvu";
295/// The `Content-Type` for Apple Disk Image.
296pub const APPLICATION_X_APPLE_DISKIMAGE: &str = "application/x-apple-diskimage";
297/// The `Content-Type` for DNA.
298pub const APPLICATION_VND_DNA: &str = "application/vnd.dna";
299/// The `Content-Type` for Microsoft Word.
300pub const APPLICATION_MSWORD: &str = "application/msword";
301/// The `Content-Type` for Microsoft Word (Macro-Enabled).
302pub const APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12: &str =
303    "application/vnd.ms-word.document.macroenabled.12";
304/// The `Content-Type` for Office Open XML Word Document.
305pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT: &str =
306    "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
307/// The `Content-Type` for Microsoft Word Template (Macro-Enabled).
308pub const APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12: &str =
309    "application/vnd.ms-word.template.macroenabled.12";
310/// The `Content-Type` for Office Open XML Word Template.
311pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE: &str =
312    "application/vnd.openxmlformats-officedocument.wordprocessingml.template";
313/// The `Content-Type` for OSGi Deployment Package.
314pub const APPLICATION_VND_OSGI_DP: &str = "application/vnd.osgi.dp";
315/// The `Content-Type` for DPGraph.
316pub const APPLICATION_VND_DPGRAPH: &str = "application/vnd.dpgraph";
317/// The `Content-Type` for DRA audio.
318pub const AUDIO_VND_DRA: &str = "audio/vnd.dra";
319/// The `Content-Type` for PRS Lines Tag.
320pub const TEXT_PRS_LINES_TAG: &str = "text/prs.lines.tag";
321/// The `Content-Type` for DSSC DER.
322pub const APPLICATION_DSSC_DER: &str = "application/dssc+der";
323/// The `Content-Type` for DTBook XML.
324pub const APPLICATION_X_DTBOOK_XML: &str = "application/x-dtbook+xml";
325/// The `Content-Type` for XML DTD.
326pub const APPLICATION_XML_DTD: &str = "application/xml-dtd";
327/// The `Content-Type` for DTS audio.
328pub const AUDIO_VND_DTS: &str = "audio/vnd.dts";
329/// The `Content-Type` for DTS HD audio.
330pub const AUDIO_VND_DTS_HD: &str = "audio/vnd.dts.hd";
331/// The `Content-Type` for DV video.
332pub const VIDEO_X_DV: &str = "video/x-dv";
333/// The `Content-Type` for DVB file.
334pub const VIDEO_VND_DVB_FILE: &str = "video/vnd.dvb.file";
335/// The `Content-Type` for DVI file.
336pub const APPLICATION_X_DVI: &str = "application/x-dvi";
337/// The `Content-Type` for DWF model.
338pub const MODEL_VND_DWF: &str = "model/vnd.dwf";
339/// The `Content-Type` for DWG image.
340pub const IMAGE_VND_DWG: &str = "image/vnd.dwg";
341/// The `Content-Type` for DXF image.
342pub const IMAGE_VND_DXF: &str = "image/vnd.dxf";
343/// The `Content-Type` for Spotfire DXP.
344pub const APPLICATION_VND_SPOTFIRE_DXP: &str = "application/vnd.spotfire.dxp";
345/// The `Content-Type` for Nuera ECELP 4800 audio.
346pub const AUDIO_VND_NUERA_ECELP4800: &str = "audio/vnd.nuera.ecelp4800";
347/// The `Content-Type` for Nuera ECELP 7470 audio.
348pub const AUDIO_VND_NUERA_ECELP7470: &str = "audio/vnd.nuera.ecelp7470";
349/// The `Content-Type` for Nuera ECELP 9600 audio.
350pub const AUDIO_VND_NUERA_ECELP9600: &str = "audio/vnd.nuera.ecelp9600";
351/// The `Content-Type` for ECMAScript.
352pub const APPLICATION_ECMASCRIPT: &str = "application/ecmascript";
353/// The `Content-Type` for Novadigm EDM.
354pub const APPLICATION_VND_NOVADIGM_EDM: &str = "application/vnd.novadigm.edm";
355/// The `Content-Type` for Novadigm EDX.
356pub const APPLICATION_VND_NOVADIGM_EDX: &str = "application/vnd.novadigm.edx";
357/// The `Content-Type` for Picsel.
358pub const APPLICATION_VND_PICSEL: &str = "application/vnd.picsel";
359/// The `Content-Type` for PG OSASLI.
360pub const APPLICATION_VND_PG_OSASLI: &str = "application/vnd.pg.osasli";
361/// The `Content-Type` for Microsoft Metafile.
362pub const APPLICATION_X_MSMETAFILE: &str = "application/x-msmetafile";
363/// The `Content-Type` for RFC 822 message.
364pub const MESSAGE_RFC822: &str = "message/rfc822";
365/// The `Content-Type` for EMMA XML.
366pub const APPLICATION_EMMA_XML: &str = "application/emma+xml";
367/// The `Content-Type` for Digital Winds audio.
368pub const AUDIO_VND_DIGITAL_WINDS: &str = "audio/vnd.digital-winds";
369/// The `Content-Type` for Microsoft Font Object.
370pub const APPLICATION_VND_MS_FONTOBJECT: &str = "application/vnd.ms-fontobject";
371/// The `Content-Type` for EPUB.
372pub const APPLICATION_EPUB_ZIP: &str = "application/epub+zip";
373/// The `Content-Type` for E-Szigno XML.
374pub const APPLICATION_VND_ESZIGNO3_XML: &str = "application/vnd.eszigno3+xml";
375/// The `Content-Type` for OSGi Subsystem.
376pub const APPLICATION_VND_OSGI_SUBSYSTEM: &str = "application/vnd.osgi.subsystem";
377/// The `Content-Type` for Epson ESF.
378pub const APPLICATION_VND_EPSON_ESF: &str = "application/vnd.epson.esf";
379/// The `Content-Type` for Setext.
380pub const TEXT_X_SETEXT: &str = "text/x-setext";
381/// The `Content-Type` for EVA.
382pub const APPLICATION_X_EVA: &str = "application/x-eva";
383/// The `Content-Type` for Envoy.
384pub const APPLICATION_X_ENVOY: &str = "application/x-envoy";
385/// The `Content-Type` for EXI.
386pub const APPLICATION_EXI: &str = "application/exi";
387/// The `Content-Type` for Novadigm EXT.
388pub const APPLICATION_VND_NOVADIGM_EXT: &str = "application/vnd.novadigm.ext";
389/// The `Content-Type` for Andrew Inset.
390pub const APPLICATION_ANDREW_INSET: &str = "application/andrew-inset";
391/// The `Content-Type` for EZPix Album.
392pub const APPLICATION_VND_EZPIX_ALBUM: &str = "application/vnd.ezpix-album";
393/// The `Content-Type` for EZPix Package.
394pub const APPLICATION_VND_EZPIX_PACKAGE: &str = "application/vnd.ezpix-package";
395/// The `Content-Type` for Fortran source.
396pub const TEXT_X_FORTRAN: &str = "text/x-fortran";
397/// The `Content-Type` for F4V video.
398pub const VIDEO_X_F4V: &str = "video/x-f4v";
399/// The `Content-Type` for FastBidSheet.
400pub const IMAGE_VND_FASTBIDSHEET: &str = "image/vnd.fastbidsheet";
401/// The `Content-Type` for Adobe FormsCentral FCDT.
402pub const APPLICATION_VND_ADOBE_FORMSCENTRAL_FCDT: &str = "application/vnd.adobe.formscentral.fcdt";
403/// The `Content-Type` for ISAC FCS.
404pub const APPLICATION_VND_ISAC_FCS: &str = "application/vnd.isac.fcs";
405/// The `Content-Type` for FDF.
406pub const APPLICATION_VND_FDF: &str = "application/vnd.fdf";
407/// The `Content-Type` for deNovo FCSELAYOUT-LINK.
408pub const APPLICATION_VND_DENOVO_FCSELAYOUT_LINK: &str = "application/vnd.denovo.fcselayout-link";
409/// The `Content-Type` for Fujitsu OasysGP.
410pub const APPLICATION_VND_FUJITSU_OASYSGP: &str = "application/vnd.fujitsu.oasysgp";
411/// The `Content-Type` for FreeHand image.
412pub const IMAGE_X_FREEHAND: &str = "image/x-freehand";
413/// The `Content-Type` for Xfig image.
414pub const APPLICATION_X_XFIG: &str = "application/x-xfig";
415/// The `Content-Type` for FLAC audio.
416pub const AUDIO_FLAC: &str = "audio/flac";
417/// The `Content-Type` for FLI video.
418pub const VIDEO_X_FLI: &str = "video/x-fli";
419/// The `Content-Type` for Micrografx FLO.
420pub const APPLICATION_VND_MICROGRAFX_FLO: &str = "application/vnd.micrografx.flo";
421/// The `Content-Type` for FLV video.
422pub const VIDEO_X_FLV: &str = "video/x-flv";
423/// The `Content-Type` for KDE Kivio.
424pub const APPLICATION_VND_KDE_KIVIO: &str = "application/vnd.kde.kivio";
425/// The `Content-Type` for FMI Flexstor.
426pub const TEXT_VND_FMI_FLEXSTOR: &str = "text/vnd.fmi.flexstor";
427/// The `Content-Type` for FLY text.
428pub const TEXT_VND_FLY: &str = "text/vnd.fly";
429/// The `Content-Type` for Frogans FNC.
430pub const APPLICATION_VND_FROGANS_FNC: &str = "application/vnd.frogans.fnc";
431/// The `Content-Type` for FPX image.
432pub const IMAGE_VND_FPX: &str = "image/vnd.fpx";
433/// The `Content-Type` for FSC WebLaunch.
434pub const APPLICATION_VND_FSC_WEBLAUNCH: &str = "application/vnd.fsc.weblaunch";
435/// The `Content-Type` for FST image.
436pub const IMAGE_VND_FST: &str = "image/vnd.fst";
437/// The `Content-Type` for FluxTime Clip.
438pub const APPLICATION_VND_FLUXTIME_CLIP: &str = "application/vnd.fluxtime.clip";
439/// The `Content-Type` for Anser-Web Funds Transfer Initiation.
440pub const APPLICATION_VND_ANSER_WEB_FUNDS_TRANSFER_INITIATION: &str =
441    "application/vnd.anser-web-funds-transfer-initiation";
442/// The `Content-Type` for FVT video.
443pub const VIDEO_VND_FVT: &str = "video/vnd.fvt";
444/// The `Content-Type` for Adobe FXP.
445pub const APPLICATION_VND_ADOBE_FXP: &str = "application/vnd.adobe.fxp";
446/// The `Content-Type` for Fuzzysheet.
447pub const APPLICATION_VND_FUZZYSHEET: &str = "application/vnd.fuzzysheet";
448/// The `Content-Type` for GeoPlan.
449pub const APPLICATION_VND_GEOPLAN: &str = "application/vnd.geoplan";
450/// The `Content-Type` for G3 fax image.
451pub const IMAGE_G3FAX: &str = "image/g3fax";
452/// The `Content-Type` for GeoSpace.
453pub const APPLICATION_VND_GEOSPACE: &str = "application/vnd.geospace";
454/// The `Content-Type` for Groove Account.
455pub const APPLICATION_VND_GROOVE_ACCOUNT: &str = "application/vnd.groove-account";
456/// The `Content-Type` for TADS game.
457pub const APPLICATION_X_TADS: &str = "application/x-tads";
458/// The `Content-Type` for RPKI Ghostbusters.
459pub const APPLICATION_RPKI_GHOSTBUSTERS: &str = "application/rpki-ghostbusters";
460/// The `Content-Type` for GCA compressed archive.
461pub const APPLICATION_X_GCA_COMPRESSED: &str = "application/x-gca-compressed";
462/// The `Content-Type` for GDL model.
463pub const MODEL_VND_GDL: &str = "model/vnd.gdl";
464/// The `Content-Type` for DynaGeo.
465pub const APPLICATION_VND_DYNAGEO: &str = "application/vnd.dynageo";
466/// The `Content-Type` for Geometry Explorer.
467pub const APPLICATION_VND_GEOMETRY_EXPLORER: &str = "application/vnd.geometry-explorer";
468/// The `Content-Type` for GeoGebra File.
469pub const APPLICATION_VND_GEOGEBRA_FILE: &str = "application/vnd.geogebra.file";
470/// The `Content-Type` for GeoGebra Tool.
471pub const APPLICATION_VND_GEOGEBRA_TOOL: &str = "application/vnd.geogebra.tool";
472/// The `Content-Type` for Groove Help.
473pub const APPLICATION_VND_GROOVE_HELP: &str = "application/vnd.groove-help";
474/// The `Content-Type` for GIF image.
475pub const IMAGE_GIF: &str = "image/gif";
476/// The `Content-Type` for Groove Identity Message.
477pub const APPLICATION_VND_GROOVE_IDENTITY_MESSAGE: &str = "application/vnd.groove-identity-message";
478/// The `Content-Type` for GML XML.
479pub const APPLICATION_GML_XML: &str = "application/gml+xml";
480/// The `Content-Type` for GMX.
481pub const APPLICATION_VND_GMX: &str = "application/vnd.gmx";
482/// The `Content-Type` for Gnumeric.
483pub const APPLICATION_X_GNUMERIC: &str = "application/x-gnumeric";
484/// The `Content-Type` for FlographIt.
485pub const APPLICATION_VND_FLOGRAPHIT: &str = "application/vnd.flographit";
486/// The `Content-Type` for GPX XML.
487pub const APPLICATION_GPX_XML: &str = "application/gpx+xml";
488/// The `Content-Type` for Grafeq.
489pub const APPLICATION_VND_GRAFEQ: &str = "application/vnd.grafeq";
490/// The `Content-Type` for SRGS.
491pub const APPLICATION_SRGS: &str = "application/srgs";
492/// The `Content-Type` for Gramps XML.
493pub const APPLICATION_X_GRAMPS_XML: &str = "application/x-gramps-xml";
494/// The `Content-Type` for Groove Injector.
495pub const APPLICATION_VND_GROOVE_INJECTOR: &str = "application/vnd.groove-injector";
496/// The `Content-Type` for SRGS XML.
497pub const APPLICATION_SRGS_XML: &str = "application/srgs+xml";
498/// The `Content-Type` for Ghostscript font.
499pub const APPLICATION_X_FONT_GHOSTSCRIPT: &str = "application/x-font-ghostscript";
500/// The `Content-Type` for GTAR archive.
501pub const APPLICATION_X_GTAR: &str = "application/x-gtar";
502/// The `Content-Type` for Groove Tool Message.
503pub const APPLICATION_VND_GROOVE_TOOL_MESSAGE: &str = "application/vnd.groove-tool-message";
504/// The `Content-Type` for GTW model.
505pub const MODEL_VND_GTW: &str = "model/vnd.gtw";
506/// The `Content-Type` for Graphviz.
507pub const TEXT_VND_GRAPHVIZ: &str = "text/vnd.graphviz";
508/// The `Content-Type` for GXF.
509pub const APPLICATION_GXF: &str = "application/gxf";
510/// The `Content-Type` for GeoNext.
511pub const APPLICATION_VND_GEONEXT: &str = "application/vnd.geonext";
512/// The `Content-Type` for Gzip archive.
513pub const APPLICATION_X_GZIP: &str = "application/x-gzip";
514/// The `Content-Type` for H.261 video.
515pub const VIDEO_H261: &str = "video/h261";
516/// The `Content-Type` for H.263 video.
517pub const VIDEO_H263: &str = "video/h263";
518/// The `Content-Type` for H.264 video.
519pub const VIDEO_H264: &str = "video/h264";
520/// The `Content-Type` for HAL XML.
521pub const APPLICATION_VND_HAL_XML: &str = "application/vnd.hal+xml";
522/// The `Content-Type` for HBCI.
523pub const APPLICATION_VND_HBCI: &str = "application/vnd.hbci";
524/// The `Content-Type` for HDF.
525pub const APPLICATION_X_HDF: &str = "application/x-hdf";
526/// The `Content-Type` for WinHelp.
527pub const APPLICATION_WINHLP: &str = "application/winhlp";
528/// The `Content-Type` for HP-GL.
529pub const APPLICATION_VND_HP_HPGL: &str = "application/vnd.hp-hpgl";
530/// The `Content-Type` for HP-HPID.
531pub const APPLICATION_VND_HP_HPID: &str = "application/vnd.hp-hpid";
532/// The `Content-Type` for HP-HPS.
533pub const APPLICATION_VND_HP_HPS: &str = "application/vnd.hp-hps";
534/// The `Content-Type` for Mac BinHex40.
535pub const APPLICATION_MAC_BINHEX40: &str = "application/mac-binhex40";
536/// The `Content-Type` for HTC component.
537pub const TEXT_X_COMPONENT: &str = "text/x-component";
538/// The `Content-Type` for Kenamea App.
539pub const APPLICATION_VND_KENAMEAAPP: &str = "application/vnd.kenameaapp";
540/// The `Content-Type` for Yamaha HV Dictionary.
541pub const APPLICATION_VND_YAMAHA_HV_DIC: &str = "application/vnd.yamaha.hv-dic";
542/// The `Content-Type` for Yamaha HV Voice.
543pub const APPLICATION_VND_YAMAHA_HV_VOICE: &str = "application/vnd.yamaha.hv-voice";
544/// The `Content-Type` for Yamaha HV Script.
545pub const APPLICATION_VND_YAMAHA_HV_SCRIPT: &str = "application/vnd.yamaha.hv-script";
546/// The `Content-Type` for Intergeo.
547pub const APPLICATION_VND_INTERGEO: &str = "application/vnd.intergeo";
548/// The `Content-Type` for ICC Profile.
549pub const APPLICATION_VND_ICCPROFILE: &str = "application/vnd.iccprofile";
550/// The `Content-Type` for CoolTalk.
551pub const X_CONFERENCE_X_COOLTALK: &str = "x-conference/x-cooltalk";
552/// The `Content-Type` for icon.
553pub const IMAGE_X_ICON: &str = "image/x-icon";
554/// The `Content-Type` for iCalendar.
555pub const TEXT_CALENDAR: &str = "text/calendar";
556/// The `Content-Type` for IEF image.
557pub const IMAGE_IEF: &str = "image/ief";
558/// The `Content-Type` for Shana Informed Formdata.
559pub const APPLICATION_VND_SHANA_INFORMED_FORMDATA: &str = "application/vnd.shana.informed.formdata";
560/// The `Content-Type` for IGES model.
561pub const MODEL_IGES: &str = "model/iges";
562/// The `Content-Type` for IGLoader.
563pub const APPLICATION_VND_IGLOADER: &str = "application/vnd.igloader";
564/// The `Content-Type` for Insors IGM.
565pub const APPLICATION_VND_INSORS_IGM: &str = "application/vnd.insors.igm";
566/// The `Content-Type` for Micrografx IGX.
567pub const APPLICATION_VND_MICROGRAFX_IGX: &str = "application/vnd.micrografx.igx";
568/// The `Content-Type` for Shana Informed Interchange.
569pub const APPLICATION_VND_SHANA_INFORMED_INTERCHANGE: &str =
570    "application/vnd.shana.informed.interchange";
571/// The `Content-Type` for Accpac Simply IMP.
572pub const APPLICATION_VND_ACCPAC_SIMPLY_IMP: &str = "application/vnd.accpac.simply.imp";
573/// The `Content-Type` for Microsoft IMS.
574pub const APPLICATION_VND_MS_IMS: &str = "application/vnd.ms-ims";
575/// The `Content-Type` for InkML.
576pub const APPLICATION_INKML_XML: &str = "application/inkml+xml";
577/// The `Content-Type` for Install Instructions.
578pub const APPLICATION_X_INSTALL_INSTRUCTIONS: &str = "application/x-install-instructions";
579/// The `Content-Type` for Astraea Software Iota.
580pub const APPLICATION_VND_ASTRAEA_SOFTWARE_IOTA: &str = "application/vnd.astraea-software.iota";
581/// The `Content-Type` for IPFIX.
582pub const APPLICATION_IPFIX: &str = "application/ipfix";
583/// The `Content-Type` for Shana Informed Package.
584pub const APPLICATION_VND_SHANA_INFORMED_PACKAGE: &str = "application/vnd.shana.informed.package";
585/// The `Content-Type` for IBM Rights Management.
586pub const APPLICATION_VND_IBM_RIGHTS_MANAGEMENT: &str = "application/vnd.ibm.rights-management";
587/// The `Content-Type` for iRepository Package XML.
588pub const APPLICATION_VND_IREPOSITORY_PACKAGE_XML: &str = "application/vnd.irepository.package+xml";
589/// The `Content-Type` for ISO 9660 Image.
590pub const APPLICATION_X_ISO9660_IMAGE: &str = "application/x-iso9660-image";
591/// The `Content-Type` for Shana Informed Formtemplate.
592pub const APPLICATION_VND_SHANA_INFORMED_FORMTEMPLATE: &str =
593    "application/vnd.shana.informed.formtemplate";
594/// The `Content-Type` for Immervision IVP.
595pub const APPLICATION_VND_IMMERVISION_IVP: &str = "application/vnd.immervision-ivp";
596/// The `Content-Type` for Immervision IVU.
597pub const APPLICATION_VND_IMMERVISION_IVU: &str = "application/vnd.immervision-ivu";
598/// The `Content-Type` for J2ME App Descriptor.
599pub const TEXT_VND_SUN_J2ME_APP_DESCRIPTOR: &str = "text/vnd.sun.j2me.app-descriptor";
600/// The `Content-Type` for JAM.
601pub const APPLICATION_VND_JAM: &str = "application/vnd.jam";
602/// The `Content-Type` for Java Archive.
603pub const APPLICATION_JAVA_ARCHIVE: &str = "application/java-archive";
604/// The `Content-Type` for Java source.
605pub const TEXT_X_JAVA_SOURCE: &str = "text/x-java-source";
606/// The `Content-Type` for JISP.
607pub const APPLICATION_VND_JISP: &str = "application/vnd.jisp";
608/// The `Content-Type` for HP JLYT.
609pub const APPLICATION_VND_HP_JLYT: &str = "application/vnd.hp-jlyt";
610/// The `Content-Type` for Java JNLP.
611pub const APPLICATION_X_JAVA_JNLP_FILE: &str = "application/x-java-jnlp-file";
612/// The `Content-Type` for Joost Joda Archive.
613pub const APPLICATION_VND_JOOST_JODA_ARCHIVE: &str = "application/vnd.joost.joda-archive";
614/// The `Content-Type` for JPEG image.
615pub const IMAGE_JPEG: &str = "image/jpeg";
616/// The `Content-Type` for JPM video.
617pub const VIDEO_JPM: &str = "video/jpm";
618/// The `Content-Type` for JPEG video.
619pub const VIDEO_JPEG: &str = "video/jpeg";
620/// The `Content-Type` for JavaScript.
621pub const APPLICATION_JAVASCRIPT: &str = "application/javascript";
622/// The `Content-Type` for JSON.
623pub const APPLICATION_JSON: &str = "application/json";
624/// The `Content-Type` for JSONML.
625pub const APPLICATION_JSONML_JSON: &str = "application/jsonml+json";
626/// The `Content-Type` for MIDI audio.
627pub const AUDIO_MIDI: &str = "audio/midi";
628/// The `Content-Type` for KDE Karbon.
629pub const APPLICATION_VND_KDE_KARBON: &str = "application/vnd.kde.karbon";
630/// The `Content-Type` for KDE KFormula.
631pub const APPLICATION_VND_KDE_KFORMULA: &str = "application/vnd.kde.kformula";
632/// The `Content-Type` for Kidspiration.
633pub const APPLICATION_VND_KIDSPIRATION: &str = "application/vnd.kidspiration";
634/// The `Content-Type` for Google Earth KML.
635pub const APPLICATION_VND_GOOGLE_EARTH_KML_XML: &str = "application/vnd.google-earth.kml+xml";
636/// The `Content-Type` for Google Earth KMZ.
637pub const APPLICATION_VND_GOOGLE_EARTH_KMZ: &str = "application/vnd.google-earth.kmz";
638/// The `Content-Type` for Kinar.
639pub const APPLICATION_VND_KINAR: &str = "application/vnd.kinar";
640/// The `Content-Type` for KDE Kontour.
641pub const APPLICATION_VND_KDE_KONTOUR: &str = "application/vnd.kde.kontour";
642/// The `Content-Type` for KDE KPresenter.
643pub const APPLICATION_VND_KDE_KPRESENTER: &str = "application/vnd.kde.kpresenter";
644/// The `Content-Type` for DS-Keypoint.
645pub const APPLICATION_VND_DS_KEYPOINT: &str = "application/vnd.ds-keypoint";
646/// The `Content-Type` for KDE KSpread.
647pub const APPLICATION_VND_KDE_KSPREAD: &str = "application/vnd.kde.kspread";
648/// The `Content-Type` for Kahootz.
649pub const APPLICATION_VND_KAHOOTZ: &str = "application/vnd.kahootz";
650/// The `Content-Type` for KTX image.
651pub const IMAGE_KTX: &str = "image/ktx";
652/// The `Content-Type` for KDE KWord.
653pub const APPLICATION_VND_KDE_KWORD: &str = "application/vnd.kde.kword";
654/// The `Content-Type` for LAS LAS XML.
655pub const APPLICATION_VND_LAS_LAS_XML: &str = "application/vnd.las.las+xml";
656/// The `Content-Type` for LaTeX.
657pub const APPLICATION_X_LATEX: &str = "application/x-latex";
658/// The `Content-Type` for LlamaGraphics Life-Balance Desktop.
659pub const APPLICATION_VND_LLAMAGRAPHICS_LIFE_BALANCE_DESKTOP: &str =
660    "application/vnd.llamagraphics.life-balance.desktop";
661/// The `Content-Type` for LlamaGraphics Life-Balance Exchange XML.
662pub const APPLICATION_VND_LLAMAGRAPHICS_LIFE_BALANCE_EXCHANGE_XML: &str =
663    "application/vnd.llamagraphics.life-balance.exchange+xml";
664/// The `Content-Type` for HHE Lesson Player.
665pub const APPLICATION_VND_HHE_LESSON_PLAYER: &str = "application/vnd.hhe.lesson-player";
666/// The `Content-Type` for LZH compressed archive.
667pub const APPLICATION_X_LZH_COMPRESSED: &str = "application/x-lzh-compressed";
668/// The `Content-Type` for Route 66 Link66 XML.
669pub const APPLICATION_VND_ROUTE66_LINK66_XML: &str = "application/vnd.route66.link66+xml";
670/// The `Content-Type` for Microsoft Shortcut.
671pub const APPLICATION_X_MS_SHORTCUT: &str = "application/x-ms-shortcut";
672/// The `Content-Type` for Lost XML.
673pub const APPLICATION_LOST_XML: &str = "application/lost+xml";
674/// The `Content-Type` for Microsoft LRM.
675pub const APPLICATION_VND_MS_LRM: &str = "application/vnd.ms-lrm";
676/// The `Content-Type` for Frogans LTF.
677pub const APPLICATION_VND_FROGANS_LTF: &str = "application/vnd.frogans.ltf";
678/// The `Content-Type` for Lucent Voice.
679pub const AUDIO_VND_LUCENT_VOICE: &str = "audio/vnd.lucent.voice";
680/// The `Content-Type` for Lotus WordPro.
681pub const APPLICATION_VND_LOTUS_WORDPRO: &str = "application/vnd.lotus-wordpro";
682/// The `Content-Type` for Microsoft MediaView.
683pub const APPLICATION_X_MSMEDIAVIEW: &str = "application/x-msmediaview";
684/// The `Content-Type` for MPEG video.
685pub const VIDEO_MPEG: &str = "video/mpeg";
686/// The `Content-Type` for MP21.
687pub const APPLICATION_MP21: &str = "application/mp21";
688/// The `Content-Type` for MPEG audio.
689pub const AUDIO_MPEG: &str = "audio/mpeg";
690/// The `Content-Type` for M3U playlist.
691pub const AUDIO_X_MPEGURL: &str = "audio/x-mpegurl";
692/// The `Content-Type` for Apple MPEG URL.
693pub const APPLICATION_VND_APPLE_MPEGURL: &str = "application/vnd.apple.mpegurl";
694/// The `Content-Type` for MP4 audio.
695pub const AUDIO_MP4: &str = "audio/mp4";
696/// The `Content-Type` for MPEG URL video.
697pub const VIDEO_VND_MPEGURL: &str = "video/vnd.mpegurl";
698/// The `Content-Type` for MP4 video.
699pub const VIDEO_MP4: &str = "video/mp4";
700/// The `Content-Type` for Mathematica.
701pub const APPLICATION_MATHEMATICA: &str = "application/mathematica";
702/// The `Content-Type` for MacPaint image.
703pub const IMAGE_X_MACPAINT: &str = "image/x-macpaint";
704/// The `Content-Type` for MADS XML.
705pub const APPLICATION_MADS_XML: &str = "application/mads+xml";
706/// The `Content-Type` for EcoWin Chart.
707pub const APPLICATION_VND_ECOWIN_CHART: &str = "application/vnd.ecowin.chart";
708/// The `Content-Type` for Troff.
709pub const TEXT_TROFF: &str = "text/troff";
710/// The `Content-Type` for MathML XML.
711pub const APPLICATION_MATHML_XML: &str = "application/mathml+xml";
712/// The `Content-Type` for Mobius MBK.
713pub const APPLICATION_VND_MOBIUS_MBK: &str = "application/vnd.mobius.mbk";
714/// The `Content-Type` for Mbox.
715pub const APPLICATION_MBOX: &str = "application/mbox";
716/// The `Content-Type` for MedCalcData.
717pub const APPLICATION_VND_MEDCALCDATA: &str = "application/vnd.medcalcdata";
718/// The `Content-Type` for MCD.
719pub const APPLICATION_VND_MCD: &str = "application/vnd.mcd";
720/// The `Content-Type` for cURL MCURL.
721pub const TEXT_VND_CURL_MCURL: &str = "text/vnd.curl.mcurl";
722/// The `Content-Type` for Microsoft Access.
723pub const APPLICATION_X_MSACCESS: &str = "application/x-msaccess";
724/// The `Content-Type` for Microsoft MODI.
725pub const IMAGE_VND_MS_MODI: &str = "image/vnd.ms-modi";
726/// The `Content-Type` for Mesh model.
727pub const MODEL_MESH: &str = "model/mesh";
728/// The `Content-Type` for Metalink4 XML.
729pub const APPLICATION_METALINK4_XML: &str = "application/metalink4+xml";
730/// The `Content-Type` for Metalink XML.
731pub const APPLICATION_METALINK_XML: &str = "application/metalink+xml";
732/// The `Content-Type` for METS XML.
733pub const APPLICATION_METS_XML: &str = "application/mets+xml";
734/// The `Content-Type` for MFMP.
735pub const APPLICATION_VND_MFMP: &str = "application/vnd.mfmp";
736/// The `Content-Type` for RPKI Manifest.
737pub const APPLICATION_RPKI_MANIFEST: &str = "application/rpki-manifest";
738/// The `Content-Type` for OSGeo MapGuide Package.
739pub const APPLICATION_VND_OSGEO_MAPGUIDE_PACKAGE: &str = "application/vnd.osgeo.mapguide.package";
740/// The `Content-Type` for Proteus Magazine.
741pub const APPLICATION_VND_PROTEUS_MAGAZINE: &str = "application/vnd.proteus.magazine";
742/// The `Content-Type` for MIE.
743pub const APPLICATION_X_MIE: &str = "application/x-mie";
744/// The `Content-Type` for MIF.
745pub const APPLICATION_X_MIF: &str = "application/x-mif";
746/// The `Content-Type` for MJ2 video.
747pub const VIDEO_MJ2: &str = "video/mj2";
748/// The `Content-Type` for Matroska video.
749pub const VIDEO_X_MATROSKA: &str = "video/x-matroska";
750/// The `Content-Type` for Matroska audio.
751pub const AUDIO_X_MATROSKA: &str = "audio/x-matroska";
752/// The `Content-Type` for Dolby MLP.
753pub const APPLICATION_VND_DOLBY_MLP: &str = "application/vnd.dolby.mlp";
754/// The `Content-Type` for Chipnuts Karaoke MMD.
755pub const APPLICATION_VND_CHIPNUTS_KARAOKE_MMD: &str = "application/vnd.chipnuts.karaoke-mmd";
756/// The `Content-Type` for SMAF.
757pub const APPLICATION_VND_SMAF: &str = "application/vnd.smaf";
758/// The `Content-Type` for Fujixerox EDMICS MMR.
759pub const IMAGE_VND_FUJIXEROX_EDMICS_MMR: &str = "image/vnd.fujixerox.edmics-mmr";
760/// The `Content-Type` for MNG video.
761pub const VIDEO_X_MNG: &str = "video/x-mng";
762/// The `Content-Type` for Microsoft Money.
763pub const APPLICATION_X_MSMONEY: &str = "application/x-msmoney";
764/// The `Content-Type` for Mobipocket eBook.
765pub const APPLICATION_X_MOBIPOCKET_EBOOK: &str = "application/x-mobipocket-ebook";
766/// The `Content-Type` for MODS XML.
767pub const APPLICATION_MODS_XML: &str = "application/mods+xml";
768/// The `Content-Type` for QuickTime video.
769pub const VIDEO_QUICKTIME: &str = "video/quicktime";
770/// The `Content-Type` for SGI movie.
771pub const VIDEO_X_SGI_MOVIE: &str = "video/x-sgi-movie";
772/// The `Content-Type` for MP4.
773pub const APPLICATION_MP4: &str = "application/mp4";
774/// The `Content-Type` for Mophun Certificate.
775pub const APPLICATION_VND_MOPHUN_CERTIFICATE: &str = "application/vnd.mophun.certificate";
776/// The `Content-Type` for Apple Installer XML.
777pub const APPLICATION_VND_APPLE_INSTALLER_XML: &str = "application/vnd.apple.installer+xml";
778/// The `Content-Type` for Blueice Multipass.
779pub const APPLICATION_VND_BLUEICE_MULTIPASS: &str = "application/vnd.blueice.multipass";
780/// The `Content-Type` for Mophun Application.
781pub const APPLICATION_VND_MOPHUN_APPLICATION: &str = "application/vnd.mophun.application";
782/// The `Content-Type` for Microsoft Project.
783pub const APPLICATION_VND_MS_PROJECT: &str = "application/vnd.ms-project";
784/// The `Content-Type` for MPEG-2 video.
785pub const VIDEO_MPEG2: &str = "video/mpeg2";
786/// The `Content-Type` for IBM MiniPay.
787pub const APPLICATION_VND_IBM_MINIPAY: &str = "application/vnd.ibm.minipay";
788/// The `Content-Type` for Mobius MQY.
789pub const APPLICATION_VND_MOBIUS_MQY: &str = "application/vnd.mobius.mqy";
790/// The `Content-Type` for MARC.
791pub const APPLICATION_MARC: &str = "application/marc";
792/// The `Content-Type` for MARCXML.
793pub const APPLICATION_MARCXML_XML: &str = "application/marcxml+xml";
794/// The `Content-Type` for Media Server Control XML.
795pub const APPLICATION_MEDIASERVERCONTROL_XML: &str = "application/mediaservercontrol+xml";
796/// The `Content-Type` for FDSN mseed.
797pub const APPLICATION_VND_FDSN_MSEED: &str = "application/vnd.fdsn.mseed";
798/// The `Content-Type` for MSEQ.
799pub const APPLICATION_VND_MSEQ: &str = "application/vnd.mseq";
800/// The `Content-Type` for Epson MSF.
801pub const APPLICATION_VND_EPSON_MSF: &str = "application/vnd.epson.msf";
802/// The `Content-Type` for Mobius MSL.
803pub const APPLICATION_VND_MOBIUS_MSL: &str = "application/vnd.mobius.msl";
804/// The `Content-Type` for Muvee Style.
805pub const APPLICATION_VND_MUVEE_STYLE: &str = "application/vnd.muvee.style";
806/// The `Content-Type` for MTS model.
807pub const MODEL_VND_MTS: &str = "model/vnd.mts";
808/// The `Content-Type` for Musician.
809pub const APPLICATION_VND_MUSICIAN: &str = "application/vnd.musician";
810/// The `Content-Type` for Recordare MusicXML.
811pub const APPLICATION_VND_RECORDARE_MUSICXML_XML: &str = "application/vnd.recordare.musicxml+xml";
812/// The `Content-Type` for MFER.
813pub const APPLICATION_VND_MFER: &str = "application/vnd.mfer";
814/// The `Content-Type` for MXF.
815pub const APPLICATION_MXF: &str = "application/mxf";
816/// The `Content-Type` for Recordare MusicXML.
817pub const APPLICATION_VND_RECORDARE_MUSICXML: &str = "application/vnd.recordare.musicxml";
818/// The `Content-Type` for XV XML.
819pub const APPLICATION_XV_XML: &str = "application/xv+xml";
820/// The `Content-Type` for Triscape MXS.
821pub const APPLICATION_VND_TRISCAPE_MXS: &str = "application/vnd.triscape.mxs";
822/// The `Content-Type` for Nokia N-Gage Symbian Install.
823pub const APPLICATION_VND_NOKIA_N_GAGE_SYMBIAN_INSTALL: &str =
824    "application/vnd.nokia.n-gage.symbian.install";
825/// The `Content-Type` for N3.
826pub const TEXT_N3: &str = "text/n3";
827/// The `Content-Type` for Wolfram Player.
828pub const APPLICATION_VND_WOLFRAM_PLAYER: &str = "application/vnd.wolfram.player";
829/// The `Content-Type` for NetCDF.
830pub const APPLICATION_X_NETCDF: &str = "application/x-netcdf";
831/// The `Content-Type` for DTBNCX XML.
832pub const APPLICATION_X_DTBNCX_XML: &str = "application/x-dtbncx+xml";
833/// The `Content-Type` for NFO.
834pub const TEXT_X_NFO: &str = "text/x-nfo";
835/// The `Content-Type` for Nokia N-Gage Data.
836pub const APPLICATION_VND_NOKIA_N_GAGE_DATA: &str = "application/vnd.nokia.n-gage.data";
837/// The `Content-Type` for NITF.
838pub const APPLICATION_VND_NITF: &str = "application/vnd.nitf";
839/// The `Content-Type` for NeuroLanguage NLU.
840pub const APPLICATION_VND_NEUROLANGUAGE_NLU: &str = "application/vnd.neurolanguage.nlu";
841/// The `Content-Type` for Enliven.
842pub const APPLICATION_VND_ENLIVEN: &str = "application/vnd.enliven";
843/// The `Content-Type` for NobleNet Directory.
844pub const APPLICATION_VND_NOBLENET_DIRECTORY: &str = "application/vnd.noblenet-directory";
845/// The `Content-Type` for NobleNet Sealer.
846pub const APPLICATION_VND_NOBLENET_SEALER: &str = "application/vnd.noblenet-sealer";
847/// The `Content-Type` for NobleNet Web.
848pub const APPLICATION_VND_NOBLENET_WEB: &str = "application/vnd.noblenet-web";
849/// The `Content-Type` for Net-FPX image.
850pub const IMAGE_VND_NET_FPX: &str = "image/vnd.net-fpx";
851/// The `Content-Type` for Conference.
852pub const APPLICATION_X_CONFERENCE: &str = "application/x-conference";
853/// The `Content-Type` for Lotus Notes.
854pub const APPLICATION_VND_LOTUS_NOTES: &str = "application/vnd.lotus-notes";
855/// The `Content-Type` for NZB.
856pub const APPLICATION_X_NZB: &str = "application/x-nzb";
857/// The `Content-Type` for Fujitsu Oasys 2.
858pub const APPLICATION_VND_FUJITSU_OASYS2: &str = "application/vnd.fujitsu.oasys2";
859/// The `Content-Type` for Fujitsu Oasys 3.
860pub const APPLICATION_VND_FUJITSU_OASYS3: &str = "application/vnd.fujitsu.oasys3";
861/// The `Content-Type` for Fujitsu Oasys.
862pub const APPLICATION_VND_FUJITSU_OASYS: &str = "application/vnd.fujitsu.oasys";
863/// The `Content-Type` for Microsoft Binder.
864pub const APPLICATION_X_MSBINDER: &str = "application/x-msbinder";
865/// The `Content-Type` for TGIF.
866pub const APPLICATION_X_TGIF: &str = "application/x-tgif";
867/// The `Content-Type` for ODA.
868pub const APPLICATION_ODA: &str = "application/oda";
869/// The `Content-Type` for OpenDocument Database.
870pub const APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE: &str =
871    "application/vnd.oasis.opendocument.database";
872/// The `Content-Type` for OpenDocument Chart.
873pub const APPLICATION_VND_OASIS_OPENDOCUMENT_CHART: &str =
874    "application/vnd.oasis.opendocument.chart";
875/// The `Content-Type` for OpenDocument Formula.
876pub const APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA: &str =
877    "application/vnd.oasis.opendocument.formula";
878/// The `Content-Type` for OpenDocument Formula Template.
879pub const APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA_TEMPLATE: &str =
880    "application/vnd.oasis.opendocument.formula-template";
881/// The `Content-Type` for OpenDocument Graphics.
882pub const APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS: &str =
883    "application/vnd.oasis.opendocument.graphics";
884/// The `Content-Type` for OpenDocument Image.
885pub const APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE: &str =
886    "application/vnd.oasis.opendocument.image";
887/// The `Content-Type` for OpenDocument Text Master.
888pub const APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_MASTER: &str =
889    "application/vnd.oasis.opendocument.text-master";
890/// The `Content-Type` for OpenDocument Presentation.
891pub const APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION: &str =
892    "application/vnd.oasis.opendocument.presentation";
893/// The `Content-Type` for OpenDocument Spreadsheet.
894pub const APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET: &str =
895    "application/vnd.oasis.opendocument.spreadsheet";
896/// The `Content-Type` for OpenDocument Text.
897pub const APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT: &str = "application/vnd.oasis.opendocument.text";
898/// The `Content-Type` for Ogg audio.
899pub const AUDIO_OGG: &str = "audio/ogg";
900/// The `Content-Type` for Ogg video.
901pub const VIDEO_OGG: &str = "video/ogg";
902/// The `Content-Type` for Ogg.
903pub const APPLICATION_OGG: &str = "application/ogg";
904/// The `Content-Type` for OMDOC XML.
905pub const APPLICATION_OMDOC_XML: &str = "application/omdoc+xml";
906/// The `Content-Type` for OneNote.
907pub const APPLICATION_ONENOTE: &str = "application/onenote";
908/// The `Content-Type` for OEBPS Package XML.
909pub const APPLICATION_OEBPS_PACKAGE_XML: &str = "application/oebps-package+xml";
910/// The `Content-Type` for OPML.
911pub const TEXT_X_OPML: &str = "text/x-opml";
912/// The `Content-Type` for Palm.
913pub const APPLICATION_VND_PALM: &str = "application/vnd.palm";
914/// The `Content-Type` for Lotus Organizer.
915pub const APPLICATION_VND_LOTUS_ORGANIZER: &str = "application/vnd.lotus-organizer";
916/// The `Content-Type` for Yamaha OpenScoreFormat.
917pub const APPLICATION_VND_YAMAHA_OPENSCOREFORMAT: &str = "application/vnd.yamaha.openscoreformat";
918/// The `Content-Type` for Yamaha OpenScoreFormat OSFPVG XML.
919pub const APPLICATION_VND_YAMAHA_OPENSCOREFORMAT_OSFPVG_XML: &str =
920    "application/vnd.yamaha.openscoreformat.osfpvg+xml";
921/// The `Content-Type` for OpenDocument Chart Template.
922pub const APPLICATION_VND_OASIS_OPENDOCUMENT_CHART_TEMPLATE: &str =
923    "application/vnd.oasis.opendocument.chart-template";
924/// The `Content-Type` for OpenType Font.
925pub const FONT_OTF: &str = "font/otf";
926/// The `Content-Type` for OpenDocument Graphics Template.
927pub const APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS_TEMPLATE: &str =
928    "application/vnd.oasis.opendocument.graphics-template";
929/// The `Content-Type` for OpenDocument Text Web.
930pub const APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_WEB: &str =
931    "application/vnd.oasis.opendocument.text-web";
932/// The `Content-Type` for OpenDocument Image Template.
933pub const APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE_TEMPLATE: &str =
934    "application/vnd.oasis.opendocument.image-template";
935/// The `Content-Type` for OpenDocument Presentation Template.
936pub const APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE: &str =
937    "application/vnd.oasis.opendocument.presentation-template";
938/// The `Content-Type` for OpenDocument Spreadsheet Template.
939pub const APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET_TEMPLATE: &str =
940    "application/vnd.oasis.opendocument.spreadsheet-template";
941/// The `Content-Type` for OpenDocument Text Template.
942pub const APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_TEMPLATE: &str =
943    "application/vnd.oasis.opendocument.text-template";
944/// The `Content-Type` for OpenXPS.
945pub const APPLICATION_OXPS: &str = "application/oxps";
946/// The `Content-Type` for OpenOffice Extension.
947pub const APPLICATION_VND_OPENOFFICEORG_EXTENSION: &str = "application/vnd.openofficeorg.extension";
948/// The `Content-Type` for Pascal source.
949pub const TEXT_X_PASCAL: &str = "text/x-pascal";
950/// The `Content-Type` for PKCS #10.
951pub const APPLICATION_PKCS10: &str = "application/pkcs10";
952/// The `Content-Type` for PKCS #12.
953pub const APPLICATION_X_PKCS12: &str = "application/x-pkcs12";
954/// The `Content-Type` for PKCS #7 Certificates.
955pub const APPLICATION_X_PKCS7_CERTIFICATES: &str = "application/x-pkcs7-certificates";
956/// The `Content-Type` for PKCS #7 MIME.
957pub const APPLICATION_PKCS7_MIME: &str = "application/pkcs7-mime";
958/// The `Content-Type` for PKCS #7 Certificate Request/Response.
959pub const APPLICATION_X_PKCS7_CERTREQRESP: &str = "application/x-pkcs7-certreqresp";
960/// The `Content-Type` for PKCS #7 Signature.
961pub const APPLICATION_PKCS7_SIGNATURE: &str = "application/pkcs7-signature";
962/// The `Content-Type` for PKCS #8.
963pub const APPLICATION_PKCS8: &str = "application/pkcs8";
964/// The `Content-Type` for Pawaafile.
965pub const APPLICATION_VND_PAWAAFILE: &str = "application/vnd.pawaafile";
966/// The `Content-Type` for PowerBuilder 6.
967pub const APPLICATION_VND_POWERBUILDER6: &str = "application/vnd.powerbuilder6";
968/// The `Content-Type` for Portable Bitmap image.
969pub const IMAGE_X_PORTABLE_BITMAP: &str = "image/x-portable-bitmap";
970/// The `Content-Type` for PCF font.
971pub const APPLICATION_X_FONT_PCF: &str = "application/x-font-pcf";
972/// The `Content-Type` for HP PCL.
973pub const APPLICATION_VND_HP_PCL: &str = "application/vnd.hp-pcl";
974/// The `Content-Type` for HP PCLXL.
975pub const APPLICATION_VND_HP_PCLXL: &str = "application/vnd.hp-pclxl";
976/// The `Content-Type` for PICT image.
977pub const IMAGE_PICT: &str = "image/pict";
978/// The `Content-Type` for cURL PCURL.
979pub const APPLICATION_VND_CURL_PCURL: &str = "application/vnd.curl.pcurl";
980/// The `Content-Type` for PCX image.
981pub const IMAGE_X_PCX: &str = "image/x-pcx";
982/// The `Content-Type` for PDF.
983pub const APPLICATION_PDF: &str = "application/pdf";
984/// The `Content-Type` for Font Tdpfr.
985pub const APPLICATION_FONT_TDPFR: &str = "application/font-tdpfr";
986/// The `Content-Type` for Portable Graymap image.
987pub const IMAGE_X_PORTABLE_GRAYMAP: &str = "image/x-portable-graymap";
988/// The `Content-Type` for PGN chess notation.
989pub const APPLICATION_X_CHESS_PGN: &str = "application/x-chess-pgn";
990/// The `Content-Type` for PGP encrypted.
991pub const APPLICATION_PGP_ENCRYPTED: &str = "application/pgp-encrypted";
992/// The `Content-Type` for PKIXCMP.
993pub const APPLICATION_PKIXCMP: &str = "application/pkixcmp";
994/// The `Content-Type` for PKIX PKIPath.
995pub const APPLICATION_PKIX_PKIPATH: &str = "application/pkix-pkipath";
996/// The `Content-Type` for 3GPP PIC BW Large.
997pub const APPLICATION_VND_3GPP_PIC_BW_LARGE: &str = "application/vnd.3gpp.pic-bw-large";
998/// The `Content-Type` for Mobius PLC.
999pub const APPLICATION_VND_MOBIUS_PLC: &str = "application/vnd.mobius.plc";
1000/// The `Content-Type` for PocketLearn.
1001pub const APPLICATION_VND_POCKETLEARN: &str = "application/vnd.pocketlearn";
1002/// The `Content-Type` for SCPLS playlist.
1003pub const AUDIO_X_SCPLS: &str = "audio/x-scpls";
1004/// The `Content-Type` for CTC POSML.
1005pub const APPLICATION_VND_CTC_POSML: &str = "application/vnd.ctc-posml";
1006/// The `Content-Type` for PNG image.
1007pub const IMAGE_PNG: &str = "image/png";
1008/// The `Content-Type` for Portable Anymap image.
1009pub const IMAGE_X_PORTABLE_ANYMAP: &str = "image/x-portable-anymap";
1010/// The `Content-Type` for MacPorts Portpkg.
1011pub const APPLICATION_VND_MACPORTS_PORTPKG: &str = "application/vnd.macports.portpkg";
1012/// The `Content-Type` for Microsoft PowerPoint.
1013pub const APPLICATION_VND_MS_POWERPOINT: &str = "application/vnd.ms-powerpoint";
1014/// The `Content-Type` for Microsoft PowerPoint Template (Macro-Enabled).
1015pub const APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12: &str =
1016    "application/vnd.ms-powerpoint.template.macroenabled.12";
1017/// The `Content-Type` for Office Open XML Presentation Template.
1018pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE: &str =
1019    "application/vnd.openxmlformats-officedocument.presentationml.template";
1020/// The `Content-Type` for Microsoft PowerPoint Add-in (Macro-Enabled).
1021pub const APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12: &str =
1022    "application/vnd.ms-powerpoint.addin.macroenabled.12";
1023/// The `Content-Type` for CUPS PPD.
1024pub const APPLICATION_VND_CUPS_PPD: &str = "application/vnd.cups-ppd";
1025/// The `Content-Type` for Portable Pixmap image.
1026pub const IMAGE_X_PORTABLE_PIXMAP: &str = "image/x-portable-pixmap";
1027/// The `Content-Type` for Microsoft PowerPoint Slideshow (Macro-Enabled).
1028pub const APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12: &str =
1029    "application/vnd.ms-powerpoint.slideshow.macroenabled.12";
1030/// The `Content-Type` for Office Open XML Presentation Slideshow.
1031pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW: &str =
1032    "application/vnd.openxmlformats-officedocument.presentationml.slideshow";
1033/// The `Content-Type` for Microsoft PowerPoint Presentation (Macro-Enabled).
1034pub const APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12: &str =
1035    "application/vnd.ms-powerpoint.presentation.macroenabled.12";
1036/// The `Content-Type` for Office Open XML Presentation.
1037pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION: &str =
1038    "application/vnd.openxmlformats-officedocument.presentationml.presentation";
1039/// The `Content-Type` for Lotus Freelance.
1040pub const APPLICATION_VND_LOTUS_FREELANCE: &str = "application/vnd.lotus-freelance";
1041/// The `Content-Type` for PICS rules.
1042pub const APPLICATION_PICS_RULES: &str = "application/pics-rules";
1043/// The `Content-Type` for 3GPP PIC BW Small.
1044pub const APPLICATION_VND_3GPP_PIC_BW_SMALL: &str = "application/vnd.3gpp.pic-bw-small";
1045/// The `Content-Type` for Adobe Photoshop.
1046pub const IMAGE_VND_ADOBE_PHOTOSHOP: &str = "image/vnd.adobe.photoshop";
1047/// The `Content-Type` for Linux PSF font.
1048pub const APPLICATION_X_FONT_LINUX_PSF: &str = "application/x-font-linux-psf";
1049/// The `Content-Type` for PSKC XML.
1050pub const APPLICATION_PSKC_XML: &str = "application/pskc+xml";
1051/// The `Content-Type` for PVI PTID1.
1052pub const APPLICATION_VND_PVI_PTID1: &str = "application/vnd.pvi.ptid1";
1053/// The `Content-Type` for Microsoft Publisher.
1054pub const APPLICATION_X_MSPUBLISHER: &str = "application/x-mspublisher";
1055/// The `Content-Type` for 3GPP PIC BW Var.
1056pub const APPLICATION_VND_3GPP_PIC_BW_VAR: &str = "application/vnd.3gpp.pic-bw-var";
1057/// The `Content-Type` for 3M Post-It Notes.
1058pub const APPLICATION_VND_3M_POST_IT_NOTES: &str = "application/vnd.3m.post-it-notes";
1059/// The `Content-Type` for Microsoft PlayReady Media PYA.
1060pub const AUDIO_VND_MS_PLAYREADY_MEDIA_PYA: &str = "audio/vnd.ms-playready.media.pya";
1061/// The `Content-Type` for Microsoft PlayReady Media PYV.
1062pub const VIDEO_VND_MS_PLAYREADY_MEDIA_PYV: &str = "video/vnd.ms-playready.media.pyv";
1063/// The `Content-Type` for Epson QuickAnime.
1064pub const APPLICATION_VND_EPSON_QUICKANIME: &str = "application/vnd.epson.quickanime";
1065/// The `Content-Type` for Intuit QBO.
1066pub const APPLICATION_VND_INTU_QBO: &str = "application/vnd.intu.qbo";
1067/// The `Content-Type` for Intuit QFX.
1068pub const APPLICATION_VND_INTU_QFX: &str = "application/vnd.intu.qfx";
1069/// The `Content-Type` for PubliShare Delta Tree.
1070pub const APPLICATION_VND_PUBLISHARE_DELTA_TREE: &str = "application/vnd.publishare-delta-tree";
1071/// The `Content-Type` for QuickTime image.
1072pub const IMAGE_X_QUICKTIME: &str = "image/x-quicktime";
1073/// The `Content-Type` for QuarkXPress.
1074pub const APPLICATION_VND_QUARK_QUARKXPRESS: &str = "application/vnd.quark.quarkxpress";
1075/// The `Content-Type` for RealAudio.
1076pub const AUDIO_X_PN_REALAUDIO: &str = "audio/x-pn-realaudio";
1077/// The `Content-Type` for RAR compressed archive.
1078pub const APPLICATION_X_RAR_COMPRESSED: &str = "application/x-rar-compressed";
1079/// The `Content-Type` for CMU Raster image.
1080pub const IMAGE_X_CMU_RASTER: &str = "image/x-cmu-raster";
1081/// The `Content-Type` for iPunplugged RCProfile.
1082pub const APPLICATION_VND_IPUNPLUGGED_RCPROFILE: &str = "application/vnd.ipunplugged.rcprofile";
1083/// The `Content-Type` for RDF XML.
1084pub const APPLICATION_RDF_XML: &str = "application/rdf+xml";
1085/// The `Content-Type` for Data-Vision RDZ.
1086pub const APPLICATION_VND_DATA_VISION_RDZ: &str = "application/vnd.data-vision.rdz";
1087/// The `Content-Type` for BusinessObjects.
1088pub const APPLICATION_VND_BUSINESSOBJECTS: &str = "application/vnd.businessobjects";
1089/// The `Content-Type` for DTBResource XML.
1090pub const APPLICATION_X_DTBRESOURCE_XML: &str = "application/x-dtbresource+xml";
1091/// The `Content-Type` for RGB image.
1092pub const IMAGE_X_RGB: &str = "image/x-rgb";
1093/// The `Content-Type` for RegInfo XML.
1094pub const APPLICATION_REGINFO_XML: &str = "application/reginfo+xml";
1095/// The `Content-Type` for RIP audio.
1096pub const AUDIO_VND_RIP: &str = "audio/vnd.rip";
1097/// The `Content-Type` for Research Info Systems.
1098pub const APPLICATION_X_RESEARCH_INFO_SYSTEMS: &str = "application/x-research-info-systems";
1099/// The `Content-Type` for Resource Lists XML.
1100pub const APPLICATION_RESOURCE_LISTS_XML: &str = "application/resource-lists+xml";
1101/// The `Content-Type` for Fujixerox EDMICS RLC.
1102pub const IMAGE_VND_FUJIXEROX_EDMICS_RLC: &str = "image/vnd.fujixerox.edmics-rlc";
1103/// The `Content-Type` for Resource Lists Diff XML.
1104pub const APPLICATION_RESOURCE_LISTS_DIFF_XML: &str = "application/resource-lists-diff+xml";
1105/// The `Content-Type` for RealMedia.
1106pub const APPLICATION_VND_RN_REALMEDIA: &str = "application/vnd.rn-realmedia";
1107/// The `Content-Type` for RealAudio Plugin.
1108pub const AUDIO_X_PN_REALAUDIO_PLUGIN: &str = "audio/x-pn-realaudio-plugin";
1109/// The `Content-Type` for JCP J2ME Midlet RMS.
1110pub const APPLICATION_VND_JCP_JAVAME_MIDLET_RMS: &str = "application/vnd.jcp.javame.midlet-rms";
1111/// The `Content-Type` for RealMedia VBR.
1112pub const APPLICATION_VND_RN_REALMEDIA_VBR: &str = "application/vnd.rn-realmedia-vbr";
1113/// The `Content-Type` for RELAX NG Compact Syntax.
1114pub const APPLICATION_RELAX_NG_COMPACT_SYNTAX: &str = "application/relax-ng-compact-syntax";
1115/// The `Content-Type` for RPKI ROA.
1116pub const APPLICATION_RPKI_ROA: &str = "application/rpki-roa";
1117/// The `Content-Type` for Cloanto RP9.
1118pub const APPLICATION_VND_CLOANTO_RP9: &str = "application/vnd.cloanto.rp9";
1119/// The `Content-Type` for Nokia Radio Presets.
1120pub const APPLICATION_VND_NOKIA_RADIO_PRESETS: &str = "application/vnd.nokia.radio-presets";
1121/// The `Content-Type` for Nokia Radio Preset.
1122pub const APPLICATION_VND_NOKIA_RADIO_PRESET: &str = "application/vnd.nokia.radio-preset";
1123/// The `Content-Type` for SPARQL Query.
1124pub const APPLICATION_SPARQL_QUERY: &str = "application/sparql-query";
1125/// The `Content-Type` for RLS Services XML.
1126pub const APPLICATION_RLS_SERVICES_XML: &str = "application/rls-services+xml";
1127/// The `Content-Type` for RSD XML.
1128pub const APPLICATION_RSD_XML: &str = "application/rsd+xml";
1129/// The `Content-Type` for RSS XML.
1130pub const APPLICATION_RSS_XML: &str = "application/rss+xml";
1131/// The `Content-Type` for RTF.
1132pub const APPLICATION_RTF: &str = "application/rtf";
1133/// The `Content-Type` for Rich Text.
1134pub const TEXT_RICHTEXT: &str = "text/richtext";
1135/// The `Content-Type` for S3M audio.
1136pub const AUDIO_S3M: &str = "audio/s3m";
1137/// The `Content-Type` for Yamaha SMAF Audio.
1138pub const APPLICATION_VND_YAMAHA_SMAF_AUDIO: &str = "application/vnd.yamaha.smaf-audio";
1139/// The `Content-Type` for SBML XML.
1140pub const APPLICATION_SBML_XML: &str = "application/sbml+xml";
1141/// The `Content-Type` for IBM Secure Container.
1142pub const APPLICATION_VND_IBM_SECURE_CONTAINER: &str = "application/vnd.ibm.secure-container";
1143/// The `Content-Type` for Microsoft Schedule.
1144pub const APPLICATION_X_MSSCHEDULE: &str = "application/x-msschedule";
1145/// The `Content-Type` for Lotus ScreenCam.
1146pub const APPLICATION_VND_LOTUS_SCREENCAM: &str = "application/vnd.lotus-screencam";
1147/// The `Content-Type` for SCVP CV Request.
1148pub const APPLICATION_SCVP_CV_REQUEST: &str = "application/scvp-cv-request";
1149/// The `Content-Type` for SCVP CV Response.
1150pub const APPLICATION_SCVP_CV_RESPONSE: &str = "application/scvp-cv-response";
1151/// The `Content-Type` for cURL SCURL.
1152pub const TEXT_VND_CURL_SCURL: &str = "text/vnd.curl.scurl";
1153/// The `Content-Type` for StarDivision Draw.
1154pub const APPLICATION_VND_STARDIVISION_DRAW: &str = "application/vnd.stardivision.draw";
1155/// The `Content-Type` for StarDivision Calc.
1156pub const APPLICATION_VND_STARDIVISION_CALC: &str = "application/vnd.stardivision.calc";
1157/// The `Content-Type` for StarDivision Impress.
1158pub const APPLICATION_VND_STARDIVISION_IMPRESS: &str = "application/vnd.stardivision.impress";
1159/// The `Content-Type` for Solent SDKM XML.
1160pub const APPLICATION_VND_SOLENT_SDKM_XML: &str = "application/vnd.solent.sdkm+xml";
1161/// The `Content-Type` for SDP.
1162pub const APPLICATION_SDP: &str = "application/sdp";
1163/// The `Content-Type` for StarDivision Writer.
1164pub const APPLICATION_VND_STARDIVISION_WRITER: &str = "application/vnd.stardivision.writer";
1165/// The `Content-Type` for SeeMail.
1166pub const APPLICATION_VND_SEEMAIL: &str = "application/vnd.seemail";
1167/// The `Content-Type` for SEMA.
1168pub const APPLICATION_VND_SEMA: &str = "application/vnd.sema";
1169/// The `Content-Type` for SEMD.
1170pub const APPLICATION_VND_SEMD: &str = "application/vnd.semd";
1171/// The `Content-Type` for SEMF.
1172pub const APPLICATION_VND_SEMF: &str = "application/vnd.semf";
1173/// The `Content-Type` for Java Serialized Object.
1174pub const APPLICATION_JAVA_SERIALIZED_OBJECT: &str = "application/java-serialized-object";
1175/// The `Content-Type` for Set Payment Initiation.
1176pub const APPLICATION_SET_PAYMENT_INITIATION: &str = "application/set-payment-initiation";
1177/// The `Content-Type` for Set Registration Initiation.
1178pub const APPLICATION_SET_REGISTRATION_INITIATION: &str = "application/set-registration-initiation";
1179/// The `Content-Type` for Hydrostatix SOF-data.
1180pub const APPLICATION_VND_HYDROSTATIX_SOF_DATA: &str = "application/vnd.hydrostatix.sof-data";
1181/// The `Content-Type` for Spotfire SFS.
1182pub const APPLICATION_VND_SPOTFIRE_SFS: &str = "application/vnd.spotfire.sfs";
1183/// The `Content-Type` for SFV.
1184pub const TEXT_X_SFV: &str = "text/x-sfv";
1185/// The `Content-Type` for SGI image.
1186pub const IMAGE_SGI: &str = "image/sgi";
1187/// The `Content-Type` for StarDivision Writer Global.
1188pub const APPLICATION_VND_STARDIVISION_WRITER_GLOBAL: &str =
1189    "application/vnd.stardivision.writer-global";
1190/// The `Content-Type` for SGML.
1191pub const TEXT_SGML: &str = "text/sgml";
1192/// The `Content-Type` for Shell script.
1193pub const APPLICATION_X_SH: &str = "application/x-sh";
1194/// The `Content-Type` for Shar archive.
1195pub const APPLICATION_X_SHAR: &str = "application/x-shar";
1196/// The `Content-Type` for SHF XML.
1197pub const APPLICATION_SHF_XML: &str = "application/shf+xml";
1198/// The `Content-Type` for MrSID image.
1199pub const IMAGE_X_MRSID_IMAGE: &str = "image/x-mrsid-image";
1200/// The `Content-Type` for Silk audio.
1201pub const AUDIO_SILK: &str = "audio/silk";
1202/// The `Content-Type` for Symbian Install.
1203pub const APPLICATION_VND_SYMBIAN_INSTALL: &str = "application/vnd.symbian.install";
1204/// The `Content-Type` for StuffIt archive.
1205pub const APPLICATION_X_STUFFIT: &str = "application/x-stuffit";
1206/// The `Content-Type` for StuffItX archive.
1207pub const APPLICATION_X_STUFFITX: &str = "application/x-stuffitx";
1208/// The `Content-Type` for Koan.
1209pub const APPLICATION_VND_KOAN: &str = "application/vnd.koan";
1210/// The `Content-Type` for Microsoft PowerPoint Slide (Macro-Enabled).
1211pub const APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12: &str =
1212    "application/vnd.ms-powerpoint.slide.macroenabled.12";
1213/// The `Content-Type` for Office Open XML Presentation Slide.
1214pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE: &str =
1215    "application/vnd.openxmlformats-officedocument.presentationml.slide";
1216/// The `Content-Type` for Epson SALT.
1217pub const APPLICATION_VND_EPSON_SALT: &str = "application/vnd.epson.salt";
1218/// The `Content-Type` for StepMania Stepchart.
1219pub const APPLICATION_VND_STEPMANIA_STEPCHART: &str = "application/vnd.stepmania.stepchart";
1220/// The `Content-Type` for StarDivision Math.
1221pub const APPLICATION_VND_STARDIVISION_MATH: &str = "application/vnd.stardivision.math";
1222/// The `Content-Type` for SMIL XML.
1223pub const APPLICATION_SMIL_XML: &str = "application/smil+xml";
1224/// The `Content-Type` for SMV video.
1225pub const VIDEO_X_SMV: &str = "video/x-smv";
1226/// The `Content-Type` for StepMania Package.
1227pub const APPLICATION_VND_STEPMANIA_PACKAGE: &str = "application/vnd.stepmania.package";
1228/// The `Content-Type` for SNF font.
1229pub const APPLICATION_X_FONT_SNF: &str = "application/x-font-snf";
1230/// The `Content-Type` for Yamaha SMAF Phrase.
1231pub const APPLICATION_VND_YAMAHA_SMAF_PHRASE: &str = "application/vnd.yamaha.smaf-phrase";
1232/// The `Content-Type` for FutureSplash.
1233pub const APPLICATION_X_FUTURESPLASH: &str = "application/x-futuresplash";
1234/// The `Content-Type` for In3D Spot.
1235pub const TEXT_VND_IN3D_SPOT: &str = "text/vnd.in3d.spot";
1236/// The `Content-Type` for SCVP VP Response.
1237pub const APPLICATION_SCVP_VP_RESPONSE: &str = "application/scvp-vp-response";
1238/// The `Content-Type` for SCVP VP Request.
1239pub const APPLICATION_SCVP_VP_REQUEST: &str = "application/scvp-vp-request";
1240/// The `Content-Type` for SQL.
1241pub const APPLICATION_X_SQL: &str = "application/x-sql";
1242/// The `Content-Type` for WAIS source.
1243pub const APPLICATION_X_WAIS_SOURCE: &str = "application/x-wais-source";
1244/// The `Content-Type` for SubRip subtitle.
1245pub const APPLICATION_X_SUBRIP: &str = "application/x-subrip";
1246/// The `Content-Type` for SRU XML.
1247pub const APPLICATION_SRU_XML: &str = "application/sru+xml";
1248/// The `Content-Type` for SPARQL Results XML.
1249pub const APPLICATION_SPARQL_RESULTS_XML: &str = "application/sparql-results+xml";
1250/// The `Content-Type` for SSDL XML.
1251pub const APPLICATION_SSDL_XML: &str = "application/ssdl+xml";
1252/// The `Content-Type` for Kodak Descriptor.
1253pub const APPLICATION_VND_KODAK_DESCRIPTOR: &str = "application/vnd.kodak-descriptor";
1254/// The `Content-Type` for Epson SSF.
1255pub const APPLICATION_VND_EPSON_SSF: &str = "application/vnd.epson.ssf";
1256/// The `Content-Type` for SSML XML.
1257pub const APPLICATION_SSML_XML: &str = "application/ssml+xml";
1258/// The `Content-Type` for SailingTracker Track.
1259pub const APPLICATION_VND_SAILINGTRACKER_TRACK: &str = "application/vnd.sailingtracker.track";
1260/// The `Content-Type` for Sun XML Calc Template.
1261pub const APPLICATION_VND_SUN_XML_CALC_TEMPLATE: &str = "application/vnd.sun.xml.calc.template";
1262/// The `Content-Type` for Sun XML Draw Template.
1263pub const APPLICATION_VND_SUN_XML_DRAW_TEMPLATE: &str = "application/vnd.sun.xml.draw.template";
1264/// The `Content-Type` for WT STF.
1265pub const APPLICATION_VND_WT_STF: &str = "application/vnd.wt.stf";
1266/// The `Content-Type` for Sun XML Impress Template.
1267pub const APPLICATION_VND_SUN_XML_IMPRESS_TEMPLATE: &str =
1268    "application/vnd.sun.xml.impress.template";
1269/// The `Content-Type` for HyperStudio.
1270pub const APPLICATION_HYPERSTUDIO: &str = "application/hyperstudio";
1271/// The `Content-Type` for Microsoft PKI STL.
1272pub const APPLICATION_VND_MS_PKI_STL: &str = "application/vnd.ms-pki.stl";
1273/// The `Content-Type` for PG Format.
1274pub const APPLICATION_VND_PG_FORMAT: &str = "application/vnd.pg.format";
1275/// The `Content-Type` for Sun XML Writer Template.
1276pub const APPLICATION_VND_SUN_XML_WRITER_TEMPLATE: &str = "application/vnd.sun.xml.writer.template";
1277/// The `Content-Type` for DVB Subtitle.
1278pub const TEXT_VND_DVB_SUBTITLE: &str = "text/vnd.dvb.subtitle";
1279/// The `Content-Type` for SUS Calendar.
1280pub const APPLICATION_VND_SUS_CALENDAR: &str = "application/vnd.sus-calendar";
1281/// The `Content-Type` for SV4CPIO archive.
1282pub const APPLICATION_X_SV4CPIO: &str = "application/x-sv4cpio";
1283/// The `Content-Type` for SV4CRC archive.
1284pub const APPLICATION_X_SV4CRC: &str = "application/x-sv4crc";
1285/// The `Content-Type` for DVB Service.
1286pub const APPLICATION_VND_DVB_SERVICE: &str = "application/vnd.dvb.service";
1287/// The `Content-Type` for SVD.
1288pub const APPLICATION_VND_SVD: &str = "application/vnd.svd";
1289/// The `Content-Type` for SVG image.
1290pub const IMAGE_SVG_XML: &str = "image/svg+xml";
1291/// The `Content-Type` for Shockwave Flash.
1292pub const APPLICATION_X_SHOCKWAVE_FLASH: &str = "application/x-shockwave-flash";
1293/// The `Content-Type` for Arista Networks SWI.
1294pub const APPLICATION_VND_ARISTANETWORKS_SWI: &str = "application/vnd.aristanetworks.swi";
1295/// The `Content-Type` for Sun XML Calc.
1296pub const APPLICATION_VND_SUN_XML_CALC: &str = "application/vnd.sun.xml.calc";
1297/// The `Content-Type` for Sun XML Draw.
1298pub const APPLICATION_VND_SUN_XML_DRAW: &str = "application/vnd.sun.xml.draw";
1299/// The `Content-Type` for Sun XML Writer Global.
1300pub const APPLICATION_VND_SUN_XML_WRITER_GLOBAL: &str = "application/vnd.sun.xml.writer.global";
1301/// The `Content-Type` for Sun XML Impress.
1302pub const APPLICATION_VND_SUN_XML_IMPRESS: &str = "application/vnd.sun.xml.impress";
1303/// The `Content-Type` for Sun XML Math.
1304pub const APPLICATION_VND_SUN_XML_MATH: &str = "application/vnd.sun.xml.math";
1305/// The `Content-Type` for Sun XML Writer.
1306pub const APPLICATION_VND_SUN_XML_WRITER: &str = "application/vnd.sun.xml.writer";
1307/// The `Content-Type` for T3VM image.
1308pub const APPLICATION_X_T3VM_IMAGE: &str = "application/x-t3vm-image";
1309/// The `Content-Type` for MyNFC.
1310pub const APPLICATION_VND_MYNFC: &str = "application/vnd.mynfc";
1311/// The `Content-Type` for Tao Intent Module Archive.
1312pub const APPLICATION_VND_TAO_INTENT_MODULE_ARCHIVE: &str =
1313    "application/vnd.tao.intent-module-archive";
1314/// The `Content-Type` for TAR archive.
1315pub const APPLICATION_X_TAR: &str = "application/x-tar";
1316/// The `Content-Type` for 3GPP2 TCAP.
1317pub const APPLICATION_VND_3GPP2_TCAP: &str = "application/vnd.3gpp2.tcap";
1318/// The `Content-Type` for Tcl script.
1319pub const APPLICATION_X_TCL: &str = "application/x-tcl";
1320/// The `Content-Type` for SMART Teacher.
1321pub const APPLICATION_VND_SMART_TEACHER: &str = "application/vnd.smart.teacher";
1322/// The `Content-tType` for TEI XML.
1323pub const APPLICATION_TEI_XML: &str = "application/tei+xml";
1324/// The `Content-Type` for TeX.
1325pub const APPLICATION_X_TEX: &str = "application/x-tex";
1326/// The `Content-Type` for Texinfo.
1327pub const APPLICATION_X_TEXINFO: &str = "application/x-texinfo";
1328/// The `Content-Type` for Thraud XML.
1329pub const APPLICATION_THRAUD_XML: &str = "application/thraud+xml";
1330/// The `Content-Type` for TeX TFM.
1331pub const APPLICATION_X_TEX_TFM: &str = "application/x-tex-tfm";
1332/// The `Content-Type` for TGA image.
1333pub const IMAGE_X_TGA: &str = "image/x-tga";
1334/// The `Content-Type` for Microsoft Office Theme.
1335pub const APPLICATION_VND_MS_OFFICETHEME: &str = "application/vnd.ms-officetheme";
1336/// The `Content-Type` for TIFF image.
1337pub const IMAGE_TIFF: &str = "image/tiff";
1338/// The `Content-Type` for T-Mobile LiveTV.
1339pub const APPLICATION_VND_TMOBILE_LIVETV: &str = "application/vnd.tmobile-livetv";
1340/// The `Content-Type` for BitTorrent.
1341pub const APPLICATION_X_BITTORRENT: &str = "application/x-bittorrent";
1342/// The `Content-Type` for Groove Tool Template.
1343pub const APPLICATION_VND_GROOVE_TOOL_TEMPLATE: &str = "application/vnd.groove-tool-template";
1344/// The `Content-Type` for TRID TPT.
1345pub const APPLICATION_VND_TRID_TPT: &str = "application/vnd.trid.tpt";
1346/// The `Content-Type` for TrueApp.
1347pub const APPLICATION_VND_TRUEAPP: &str = "application/vnd.trueapp";
1348/// The `Content-Type` for Microsoft Terminal.
1349pub const APPLICATION_X_MSTERMINAL: &str = "application/x-msterminal";
1350/// The `Content-Type` for Timestamped Data.
1351pub const APPLICATION_TIMESTAMPED_DATA: &str = "application/timestamped-data";
1352/// The `Content-Type` for Tab-Separated Values.
1353pub const TEXT_TAB_SEPARATED_VALUES: &str = "text/tab-separated-values";
1354/// The `Content-Type` for Font Collection.
1355pub const FONT_COLLECTION: &str = "font/collection";
1356/// The `Content-Type` for TrueType Font.
1357pub const FONT_TTF: &str = "font/ttf";
1358/// The `Content-Type` for Turtle.
1359pub const TEXT_TURTLE: &str = "text/turtle";
1360/// The `Content-Type` for SimTech MindMapper.
1361pub const APPLICATION_VND_SIMTECH_MINDMAPPER: &str = "application/vnd.simtech-mindmapper";
1362/// The `Content-Type` for Genomatix Tuxedo.
1363pub const APPLICATION_VND_GENOMATIX_TUXEDO: &str = "application/vnd.genomatix.tuxedo";
1364/// The `Content-Type` for Mobius TXF.
1365pub const APPLICATION_VND_MOBIUS_TXF: &str = "application/vnd.mobius.txf";
1366/// The `Content-Type` for UFDL.
1367pub const APPLICATION_VND_UFDL: &str = "application/vnd.ufdl";
1368/// The `Content-Type` for Glulx game.
1369pub const APPLICATION_X_GLULX: &str = "application/x-glulx";
1370/// The `Content-Type` for UMAJIN.
1371pub const APPLICATION_VND_UMAJIN: &str = "application/vnd.umajin";
1372/// The `Content-Type` for Unity.
1373pub const APPLICATION_VND_UNITY: &str = "application/vnd.unity";
1374/// The `Content-Type` for UOML XML.
1375pub const APPLICATION_VND_UOML_XML: &str = "application/vnd.uoml+xml";
1376/// The `Content-Type` for URI List.
1377pub const TEXT_URI_LIST: &str = "text/uri-list";
1378/// The `Content-Type` for USTAR archive.
1379pub const APPLICATION_X_USTAR: &str = "application/x-ustar";
1380/// The `Content-Type` for UIQ Theme.
1381pub const APPLICATION_VND_UIQ_THEME: &str = "application/vnd.uiq.theme";
1382/// The `Content-Type` for UUEncode.
1383pub const TEXT_X_UUENCODE: &str = "text/x-uuencode";
1384/// The `Content-Type` for DECE audio.
1385pub const AUDIO_VND_DECE_AUDIO: &str = "audio/vnd.dece.audio";
1386/// The `Content-Type` for DECE data.
1387pub const APPLICATION_VND_DECE_DATA: &str = "application/vnd.dece.data";
1388/// The `Content-Type` for DECE graphic.
1389pub const IMAGE_VND_DECE_GRAPHIC: &str = "image/vnd.dece.graphic";
1390/// The `Content-Type` for DECE HD video.
1391pub const VIDEO_VND_DECE_HD: &str = "video/vnd.dece.hd";
1392/// The `Content-Type` for DECE mobile video.
1393pub const VIDEO_VND_DECE_MOBILE: &str = "video/vnd.dece.mobile";
1394/// The `Content-Type` for DECE PD video.
1395pub const VIDEO_VND_DECE_PD: &str = "video/vnd.dece.pd";
1396/// The `Content-Type` for DECE SD video.
1397pub const VIDEO_VND_DECE_SD: &str = "video/vnd.dece.sd";
1398/// The `Content-Type` for DECE TTML XML.
1399pub const APPLICATION_VND_DECE_TTML_XML: &str = "application/vnd.dece.ttml+xml";
1400/// The `Content-Type` for UVVU MP4 video.
1401pub const VIDEO_VND_UVVU_MP4: &str = "video/vnd.uvvu.mp4";
1402/// The `Content-Type` for DECE video.
1403pub const VIDEO_VND_DECE_VIDEO: &str = "video/vnd.dece.video";
1404/// The `Content-Type` for DECE unspecified.
1405pub const APPLICATION_VND_DECE_UNSPECIFIED: &str = "application/vnd.dece.unspecified";
1406/// The `Content-Type` for DECE ZIP.
1407pub const APPLICATION_VND_DECE_ZIP: &str = "application/vnd.dece.zip";
1408/// The `Content-Type` for vCard.
1409pub const TEXT_VCARD: &str = "text/vcard";
1410/// The `Content-Type` for CDLink.
1411pub const APPLICATION_X_CDLINK: &str = "application/x-cdlink";
1412/// The `Content-Type` for vCard.
1413pub const TEXT_X_VCARD: &str = "text/x-vcard";
1414/// The `Content-Type` for Groove vCard.
1415pub const APPLICATION_VND_GROOVE_VCARD: &str = "application/vnd.groove-vcard";
1416/// The `Content-Type` for vCalendar.
1417pub const TEXT_X_VCALENDAR: &str = "text/x-vcalendar";
1418/// The `Content-Type` for VCX.
1419pub const APPLICATION_VND_VCX: &str = "application/vnd.vcx";
1420/// The `Content-Type` for Visionary.
1421pub const APPLICATION_VND_VISIONARY: &str = "application/vnd.visionary";
1422/// The `Content-Type` for Vivo video.
1423pub const VIDEO_VND_VIVO: &str = "video/vnd.vivo";
1424/// The `Content-Type` for VOB video.
1425pub const VIDEO_X_MS_VOB: &str = "video/x-ms-vob";
1426/// The `Content-Type` for VRML model.
1427pub const MODEL_VRML: &str = "model/vrml";
1428/// The `Content-Type` for Microsoft Visio.
1429pub const APPLICATION_VND_VISIO: &str = "application/vnd.visio";
1430/// The `Content-Iype` for VSF.
1431pub const APPLICATION_VND_VSF: &str = "application/vnd.vsf";
1432/// The `Content-Type` for VTU model.
1433pub const MODEL_VND_VTU: &str = "model/vnd.vtu";
1434/// The `Content-Type` for VoiceXML.
1435pub const APPLICATION_VOICEXML_XML: &str = "application/voicexml+xml";
1436/// The `Content-Type` for Doom WAD.
1437pub const APPLICATION_X_DOOM: &str = "application/x-doom";
1438/// The `Content-Type` for WAV audio.
1439pub const AUDIO_X_WAV: &str = "audio/x-wav";
1440/// The `Content-Type` for WAX audio.
1441pub const AUDIO_X_MS_WAX: &str = "audio/x-ms-wax";
1442/// The `Content-Type` for WAP WBMP image.
1443pub const IMAGE_VND_WAP_WBMP: &str = "image/vnd.wap.wbmp";
1444/// The `Content-Type` for Critical Tools WBS XML.
1445pub const APPLICATION_VND_CRITICALTOOLS_WBS_XML: &str = "application/vnd.criticaltools.wbs+xml";
1446/// The `Content-Type` for WAP WBXML.
1447pub const APPLICATION_VND_WAP_WBXML: &str = "application/vnd.wap.wbxml";
1448/// The `Content-Type` for Microsoft Works.
1449pub const APPLICATION_VND_MS_WORKS: &str = "application/vnd.ms-works";
1450/// The `Content-Type` for Microsoft Photo.
1451pub const IMAGE_VND_MS_PHOTO: &str = "image/vnd.ms-photo";
1452/// The `Content-Type` for WebM audio.
1453pub const AUDIO_WEBM: &str = "audio/webm";
1454/// The `Content-Type` for WebM video.
1455pub const VIDEO_WEBM: &str = "video/webm";
1456/// The `Content-Type` for WebP image.
1457pub const IMAGE_WEBP: &str = "image/webp";
1458/// The `Content-Type` for PMI Widget.
1459pub const APPLICATION_VND_PMI_WIDGET: &str = "application/vnd.pmi.widget";
1460/// The `Content-Type` for Widget.
1461pub const APPLICATION_WIDGET: &str = "application/widget";
1462/// The `Content-Type` for WM video.
1463pub const VIDEO_X_MS_WM: &str = "video/x-ms-wm";
1464/// The `Content-Type` for WMA audio.
1465pub const AUDIO_X_MS_WMA: &str = "audio/x-ms-wma";
1466/// The `Content-Type` for WMD.
1467pub const APPLICATION_X_MS_WMD: &str = "application/x-ms-wmd";
1468/// The `Content-Type` for WAP WML.
1469pub const TEXT_VND_WAP_WML: &str = "text/vnd.wap.wml";
1470/// The `Content-Type` for WAP WMLC.
1471pub const APPLICATION_VND_WAP_WMLC: &str = "application/vnd.wap.wmlc";
1472/// The `Content-Type` for WAP WMLScript.
1473pub const TEXT_VND_WAP_WMLSCRIPT: &str = "text/vnd.wap.wmlscript";
1474/// The `Content-Type` for WAP WMLScriptC.
1475pub const APPLICATION_VND_WAP_WMLSCRIPTC: &str = "application/vnd.wap.wmlscriptc";
1476/// The `Content-Type` for WMV video.
1477pub const VIDEO_X_MS_WMV: &str = "video/x-ms-wmv";
1478/// The `Content-Type` for WMX video.
1479pub const VIDEO_X_MS_WMX: &str = "video/x-ms-wmx";
1480/// The `Content-Type` for WOFF font.
1481pub const FONT_WOFF: &str = "font/woff";
1482/// The `Content-Type` for WOFF2 font.
1483pub const FONT_WOFF2: &str = "font/woff2";
1484/// The `Content-Type` for WordPerfect.
1485pub const APPLICATION_VND_WORDPERFECT: &str = "application/vnd.wordperfect";
1486/// The `Content-Type` for Microsoft WPL.
1487pub const APPLICATION_VND_MS_WPL: &str = "application/vnd.ms-wpl";
1488/// The `Content-Type` for WQD.
1489pub const APPLICATION_VND_WQD: &str = "application/vnd.wqd";
1490/// The `Content-Type` for Microsoft Write.
1491pub const APPLICATION_X_MSWRITE: &str = "application/x-mswrite";
1492/// The `Content-Type` for WSDL XML.
1493pub const APPLICATION_WSDL_XML: &str = "application/wsdl+xml";
1494/// The `Content-Type` for WSPolicy XML.
1495pub const APPLICATION_WSPOLICY_XML: &str = "application/wspolicy+xml";
1496/// The `Content-Type` for WebTurbo.
1497pub const APPLICATION_VND_WEBTURBO: &str = "application/vnd.webturbo";
1498/// The `Content-Type` for WVX video.
1499pub const VIDEO_X_MS_WVX: &str = "video/x-ms-wvx";
1500/// The `Content-Type` for X3D XML.
1501pub const MODEL_X3D_XML: &str = "model/x3d+xml";
1502/// The `Content-Type` for X3D Binary.
1503pub const MODEL_X3D_BINARY: &str = "model/x3d+binary";
1504/// The `Content-Type` for X3D VRML.
1505pub const MODEL_X3D_VRML: &str = "model/x3d+vrml";
1506/// The `Content-Type` for XAML XML.
1507pub const APPLICATION_XAML_XML: &str = "application/xaml+xml";
1508/// The `Content-Type` for Silverlight App.
1509pub const APPLICATION_X_SILVERLIGHT_APP: &str = "application/x-silverlight-app";
1510/// The `Content-Type` for Xara.
1511pub const APPLICATION_VND_XARA: &str = "application/vnd.xara";
1512/// The `Content-Type` for Microsoft XBAP.
1513pub const APPLICATION_X_MS_XBAP: &str = "application/x-ms-xbap";
1514/// The `Content-Type` for Fujixerox DocuWorks Binder.
1515pub const APPLICATION_VND_FUJIXEROX_DOCUWORKS_BINDER: &str =
1516    "application/vnd.fujixerox.docuworks.binder";
1517/// The `Content-Type` for XBM image.
1518pub const IMAGE_X_XBITMAP: &str = "image/x-xbitmap";
1519/// The `Content-Type` for XCAP Diff XML.
1520pub const APPLICATION_XCAP_DIFF_XML: &str = "application/xcap-diff+xml";
1521/// The `Content-Type` for SyncML DM XML.
1522pub const APPLICATION_VND_SYNCML_DM_XML: &str = "application/vnd.syncml.dm+xml";
1523/// The `Content-Type` for Adobe XDP XML.
1524pub const APPLICATION_VND_ADOBE_XDP_XML: &str = "application/vnd.adobe.xdp+xml";
1525/// The `Content-Type` for DSSC XML.
1526pub const APPLICATION_DSSC_XML: &str = "application/dssc+xml";
1527/// The `Content-Type` for Fujixerox DocuWorks.
1528pub const APPLICATION_VND_FUJIXEROX_DOCUWORKS: &str = "application/vnd.fujixerox.docuworks";
1529/// The `Content-Type` for XENC XML.
1530pub const APPLICATION_XENC_XML: &str = "application/xenc+xml";
1531/// The `Content-Type` for Patch Ops Error XML.
1532pub const APPLICATION_PATCH_OPS_ERROR_XML: &str = "application/patch-ops-error+xml";
1533/// The `Content-Type` for Adobe XFDF.
1534pub const APPLICATION_VND_ADOBE_XFDF: &str = "application/vnd.adobe.xfdf";
1535/// The `Content-Type` for XFDL.
1536pub const APPLICATION_VND_XFDL: &str = "application/vnd.xfdl";
1537/// The `Content-Type` for XHTML XML.
1538pub const APPLICATION_XHTML_XML: &str = "application/xhtml+xml";
1539/// The `Content-Type` for XIFF image.
1540pub const IMAGE_VND_XIFF: &str = "image/vnd.xiff";
1541/// The `Content-Type` for Microsoft Excel.
1542pub const APPLICATION_VND_MS_EXCEL: &str = "application/vnd.ms-excel";
1543/// The `Content-Type` for Microsoft Excel Add-in (Macro-Enabled).
1544pub const APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12: &str =
1545    "application/vnd.ms-excel.addin.macroenabled.12";
1546/// The `Content-Type` for XLIFF XML.
1547pub const APPLICATION_X_XLIFF_XML: &str = "application/x-xliff+xml";
1548/// The `Content-Type` for Microsoft Excel Sheet (Binary, Macro-Enabled).
1549pub const APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12: &str =
1550    "application/vnd.ms-excel.sheet.binary.macroenabled.12";
1551/// The `Content-Type` for Microsoft Excel Sheet (Macro-Enabled).
1552pub const APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12: &str =
1553    "application/vnd.ms-excel.sheet.macroenabled.12";
1554/// The `Content-Type` for Office Open XML Spreadsheet.
1555pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET: &str =
1556    "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
1557/// The `Content-Type` for Microsoft Excel Template (Macro-Enabled).
1558pub const APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12: &str =
1559    "application/vnd.ms-excel.template.macroenabled.12";
1560/// The `Content-Type` for Office Open XML Spreadsheet Template.
1561pub const APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE: &str =
1562    "application/vnd.openxmlformats-officedocument.spreadsheetml.template";
1563/// The `Content-Type` for XM audio.
1564pub const AUDIO_XM: &str = "audio/xm";
1565/// The `Content-Type` for XML.
1566pub const APPLICATION_XML: &str = "application/xml";
1567/// The `Content-Type` for OLPC Sugar.
1568pub const APPLICATION_VND_OLPC_SUGAR: &str = "application/vnd.olpc-sugar";
1569/// The `Content-Type` for XOP XML.
1570pub const APPLICATION_XOP_XML: &str = "application/xop+xml";
1571/// The `Content-Type` for XPInstall.
1572pub const APPLICATION_X_XPINSTALL: &str = "application/x-xpinstall";
1573/// The `Content-Type` for XProc XML.
1574pub const APPLICATION_XPROC_XML: &str = "application/xproc+xml";
1575/// The `Content-Type` for XPM image.
1576pub const IMAGE_X_XPIXMAP: &str = "image/x-xpixmap";
1577/// The `Content-Type` for IS-XPR.
1578pub const APPLICATION_VND_IS_XPR: &str = "application/vnd.is-xpr";
1579/// The `Content-Type` for Microsoft XPS Document.
1580pub const APPLICATION_VND_MS_XPSDOCUMENT: &str = "application/vnd.ms-xpsdocument";
1581/// The `Content-Type` for Intercon FormNet.
1582pub const APPLICATION_VND_INTERCON_FORMNET: &str = "application/vnd.intercon.formnet";
1583/// The `Content-Type` for XSLT XML.
1584pub const APPLICATION_XSLT_XML: &str = "application/xslt+xml";
1585/// The `Content-Type` for SyncML XML.
1586pub const APPLICATION_VND_SYNCML_XML: &str = "application/vnd.syncml+xml";
1587/// The `Content-Type` for XSPF XML.
1588pub const APPLICATION_XSPF_XML: &str = "application/xspf+xml";
1589/// The `Content-Type` for Mozilla XUL XML.
1590pub const APPLICATION_VND_MOZILLA_XUL_XML: &str = "application/vnd.mozilla.xul+xml";
1591/// The `Content-Type` for XWD image.
1592pub const IMAGE_X_XWINDOWDUMP: &str = "image/x-xwindowdump";
1593/// The `Content-Type` for XYZ chemical.
1594pub const CHEMICAL_X_XYZ: &str = "chemical/x-xyz";
1595/// The `Content-Type` for XZ archive.
1596pub const APPLICATION_X_XZ: &str = "application/x-xz";
1597/// The `Content-Type` for YANG.
1598pub const APPLICATION_YANG: &str = "application/yang";
1599/// The `Content-Type` for YIN XML.
1600pub const APPLICATION_YIN_XML: &str = "application/yin+xml";
1601/// The `Content-Type` for compress archive.
1602pub const APPLICATION_X_COMPRESS: &str = "application/x-compress";
1603/// The `Content-Type` for Z-machine.
1604pub const APPLICATION_X_ZMACHINE: &str = "application/x-zmachine";
1605/// The `Content-Type` for Zzazz Deck XML.
1606pub const APPLICATION_VND_ZZAZZ_DECK_XML: &str = "application/vnd.zzazz.deck+xml";
1607/// The `Content-Type` for ZIP archive.
1608pub const APPLICATION_ZIP: &str = "application/zip";
1609/// The `Content-Type` for ZUL.
1610pub const APPLICATION_VND_ZUL: &str = "application/vnd.zul";
1611/// The `Content-Type` for Handheld Entertainment XML.
1612pub const APPLICATION_VND_HANDHELD_ENTERTAINMENT_XML: &str =
1613    "application/vnd.handheld-entertainment+xml";
1614/// The `Content-Type` for multipart/x-mixed-replace.
1615pub const MULTIPART_X_MIXED_REPLACE: &str = "multipart/x-mixed-replace";
1616/// The `Content-Type` for newline-delimited JSON.
1617pub const APPLICATION_X_NDJSON: &str = "application/x-ndjson";