1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/// `x-7z-compressed`
pub const _7Z_COMPRESSED: crate::Name = crate::Name::new_unchecked("x-7z-compressed");
/// `x-abiword`
pub const ABIWORD: crate::Name = crate::Name::new_unchecked("x-abiword");
/// `x-bzip`
pub const BZIP: crate::Name = crate::Name::new_unchecked("x-bzip");
/// `x-bzip2`
pub const BZIP2: crate::Name = crate::Name::new_unchecked("x-bzip2");
/// `x-cdf`
pub const CDF: crate::Name = crate::Name::new_unchecked("x-cdf");
/// `x-csh`
pub const CSH: crate::Name = crate::Name::new_unchecked("x-csh");
/// `x-ecmascript`
pub const ECMASCRIPT: crate::Name = crate::Name::new_unchecked("x-ecmascript");
/// `x-emf`
pub const EMF: crate::Name = crate::Name::new_unchecked("x-emf");
/// `x-freearc`
pub const FREEARC: crate::Name = crate::Name::new_unchecked("x-freearc");
/// `x-httpd-php`
pub const HTTPD_PHP: crate::Name = crate::Name::new_unchecked("x-httpd-php");
/// `x-icon`
pub const ICON: crate::Name = crate::Name::new_unchecked("x-icon");
/// `x-javascript`
pub const JAVASCRIPT: crate::Name = crate::Name::new_unchecked("x-javascript");
/// `x-midi`
pub const MIDI: crate::Name = crate::Name::new_unchecked("x-midi");
/// `x-mixed-replace`
pub const MIXED_REPLACE: crate::Name = crate::Name::new_unchecked("x-mixed-replace");
/// `x-msgpack`
pub const MSGPACK: crate::Name = crate::Name::new_unchecked("x-msgpack");
/// `x-msvideo`
pub const MSVIDEO: crate::Name = crate::Name::new_unchecked("x-msvideo");
/// `x-pki-message`
pub const PKI_MESSAGE: crate::Name = crate::Name::new_unchecked("x-pki-message");
/// `x-sh`
pub const SH: crate::Name = crate::Name::new_unchecked("x-sh");
/// `x-shockwave-flash`
pub const SHOCKWAVE_FLASH: crate::Name = crate::Name::new_unchecked("x-shockwave-flash");
/// `x-tar`
pub const TAR: crate::Name = crate::Name::new_unchecked("x-tar");
/// `x-wmf`
pub const WMF: crate::Name = crate::Name::new_unchecked("x-wmf");
/// `x-www-form-urlencoded`
pub const WWW_FORM_URLENCODED: crate::Name = crate::Name::new_unchecked("x-www-form-urlencoded");
/// `x-x509-ca-cert`
pub const X509_CA_CERT: crate::Name = crate::Name::new_unchecked("x-x509-ca-cert");
/// `x-x509-ca-ra-cert`
pub const X509_CA_RA_CERT: crate::Name = crate::Name::new_unchecked("x-x509-ca-ra-cert");
/// `x-x509-next-ca-cert`
pub const X509_NEXT_CA_CERT: crate::Name = crate::Name::new_unchecked("x-x509-next-ca-cert");
/// `x-yaml`
pub const YAML: crate::Name = crate::Name::new_unchecked("x-yaml");