@@ -11,9 +11,9 @@ It consists of a single, public JSON file and does not include any logic,
11
11
allowing it to remain as un-opinionated as possible with an API.
12
12
It aggregates data from the following sources:
13
13
14
- - http ://www.iana.org/assignments/media-types/media-types.xhtml
15
- - http ://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
16
- - http ://hg.nginx.org/nginx/raw-file/default/conf/mime.types
14
+ - https ://www.iana.org/assignments/media-types/media-types.xhtml
15
+ - https ://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
16
+ - https ://hg.nginx.org/nginx/raw-file/default/conf/mime.types
17
17
18
18
## Installation
19
19
@@ -48,9 +48,9 @@ Each mime type has the following properties:
48
48
49
49
- ` .source ` - where the mime type is defined.
50
50
If not set, it's probably a custom media type.
51
- - ` apache ` - [ Apache common media types] ( http ://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
52
- - ` iana ` - [ IANA-defined media types] ( http ://www.iana.org/assignments/media-types/media-types.xhtml)
53
- - ` nginx ` - [ nginx media types] ( http ://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
51
+ - ` apache ` - [ Apache common media types] ( https ://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
52
+ - ` iana ` - [ IANA-defined media types] ( https ://www.iana.org/assignments/media-types/media-types.xhtml)
53
+ - ` nginx ` - [ nginx media types] ( https ://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
54
54
- ` .extensions[] ` - known extensions associated with this mime type.
55
55
- ` .compressible ` - whether a file of this type can be gzipped.
56
56
- ` .charset ` - the default charset associated with this type, if any.
@@ -67,7 +67,7 @@ periodically and will pull in any changes.
67
67
68
68
The best way to get new media types included in this library is to register
69
69
them with the IANA. The community registration procedure is outlined in
70
- [ RFC 6838 section 5] ( http ://tools.ietf.org/html/rfc6838#section-5) . Types
70
+ [ RFC 6838 section 5] ( https ://tools.ietf.org/html/rfc6838#section-5) . Types
71
71
registered with the IANA are automatically pulled into this library.
72
72
73
73
### Direct Inclusion
0 commit comments