comparison mime.types @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dfc36e7ed22c
1
2 types {
3 text/html html htm shtml;
4 text/css css;
5 text/xml xml;
6 image/gif gif;
7 image/jpeg jpeg jpg;
8 application/javascript js;
9 application/atom+xml atom;
10 application/rss+xml rss;
11
12 text/mathml mml;
13 text/plain txt luan log;
14 text/vnd.sun.j2me.app-descriptor jad;
15 text/vnd.wap.wml wml;
16 text/x-component htc;
17
18 image/png png;
19 image/svg+xml svg svgz;
20 image/tiff tif tiff;
21 image/vnd.wap.wbmp wbmp;
22 image/webp webp;
23 image/x-icon ico;
24 image/x-jng jng;
25 image/x-ms-bmp bmp;
26
27 application/font-woff woff;
28 application/java-archive jar war ear;
29 application/json json;
30 application/mac-binhex40 hqx;
31 application/msword doc;
32 application/pdf pdf;
33 application/postscript ps eps ai;
34 application/rtf rtf;
35 application/vnd.apple.mpegurl m3u8;
36 application/vnd.google-earth.kml+xml kml;
37 application/vnd.google-earth.kmz kmz;
38 application/vnd.ms-excel xls;
39 application/vnd.ms-fontobject eot;
40 application/vnd.ms-powerpoint ppt;
41 application/vnd.oasis.opendocument.graphics odg;
42 application/vnd.oasis.opendocument.presentation odp;
43 application/vnd.oasis.opendocument.spreadsheet ods;
44 application/vnd.oasis.opendocument.text odt;
45 application/vnd.openxmlformats-officedocument.presentationml.presentation
46 pptx;
47 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
48 xlsx;
49 application/vnd.openxmlformats-officedocument.wordprocessingml.document
50 docx;
51 application/vnd.wap.wmlc wmlc;
52 application/x-7z-compressed 7z;
53 application/x-cocoa cco;
54 application/x-java-archive-diff jardiff;
55 application/x-java-jnlp-file jnlp;
56 application/x-makeself run;
57 application/x-perl pl pm;
58 application/x-pilot prc pdb;
59 application/x-rar-compressed rar;
60 application/x-redhat-package-manager rpm;
61 application/x-sea sea;
62 application/x-shockwave-flash swf;
63 application/x-stuffit sit;
64 application/x-tcl tcl tk;
65 application/x-x509-ca-cert der pem crt;
66 application/x-xpinstall xpi;
67 application/xhtml+xml xhtml;
68 application/xspf+xml xspf;
69 application/zip zip;
70
71 application/octet-stream bin exe dll;
72 application/octet-stream deb;
73 application/octet-stream dmg;
74 application/octet-stream iso img;
75 application/octet-stream msi msp msm;
76
77 audio/midi mid midi kar;
78 audio/mpeg mp3;
79 audio/ogg ogg;
80 audio/x-m4a m4a;
81 audio/x-realaudio ra;
82
83 video/3gpp 3gpp 3gp;
84 video/mp2t ts;
85 video/mp4 mp4;
86 video/mpeg mpeg mpg;
87 video/quicktime mov;
88 video/webm webm;
89 video/x-flv flv;
90 video/x-m4v m4v;
91 video/x-mng mng;
92 video/x-ms-asf asx asf;
93 video/x-ms-wmv wmv;
94 video/x-msvideo avi;
95 }