Anklang
0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation
Loading...
Searching...
No Matches
ase
mime-types.hh
Go to the documentation of this file.
1
// Dedicated to the Public Domain under the Unlicense: https://unlicense.org/UNLICENSE
2
3
// Source: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types
4
static
const
char
mime_types[] = R
""""(
5
application/gzip gz
6
application/javascript js cjs mjs
7
application/json json
8
application/ogg ogx
9
application/pdf pdf
10
application/postscript ai eps eps2 eps3 epsf epsi ps
11
application/wasm wasm
12
application/x-bittorrent torrent
13
application/x-debian-package deb udeb
14
application/x-font gsf pfa pfb
15
application/x-gtar gtar
16
application/x-gtar-compressed taz tgz
17
application/x-iso9660-image iso
18
application/x-redhat-package-manager rpm
19
application/x-rss+xml rss
20
application/x-tar tar
21
application/x-xz xz
22
application/xhtml+xml xht xhtml
23
application/xml xml xsd
24
application/zip zip
25
audio/adpcm adp
26
audio/amr amr
27
audio/amr-wb awb
28
audio/annodex axa
29
audio/basic au snd
30
audio/midi kar mid midi rmi
31
audio/mp4 m4a mp4a
32
audio/mpeg m2a m3a mp2 mp2a mp3 mpega mpga
33
audio/ogg oga ogg opus spx
34
audio/prs.sid sid
35
audio/s3m s3m
36
audio/silk sil
37
audio/webm weba
38
audio/x-aac aac
39
audio/x-aiff aif aifc aiff
40
audio/x-caf caf
41
audio/x-csound csd orc sco
42
audio/x-flac flac
43
audio/x-gsm gsm
44
audio/x-matroska mka
45
audio/x-mpegurl m3u
46
audio/x-ms-wax wax
47
audio/x-ms-wma wma
48
audio/x-pn-realaudio ra ram rm
49
audio/x-scpls pls
50
audio/x-sd2 sd2
51
audio/x-wav wav
52
audio/xm xm
53
font/collection ttc
54
font/otf otf
55
font/ttf ttf
56
font/woff woff
57
font/woff2 woff2
58
image/gif gif
59
image/jp2 jp2 jpg2
60
image/jpeg jpe jpeg jpg
61
image/jpx jpf jpx
62
image/png png
63
image/svg+xml svg svgz
64
image/tiff tif tiff
65
image/webp webp
66
image/x-icon ico
67
message/rfc822 eml mime
68
text/css css
69
text/csv csv
70
text/html htm html shtml
71
text/markdown markdown md
72
text/mathml mml
73
text/plain asc log pot text txt
74
text/richtext rtx
75
text/tab-separated-values tsv
76
text/troff man me ms roff t tr
77
text/x-c c c++ cc cpp cxx h h++ hh hpp hxx
78
text/x-diff diff patch
79
text/x-sass sass
80
text/x-scss scss
81
video/mp4 mp4
82
video/ogg ogv
83
video/webm webm
84
video/x-matroska mkv
85
)"""";
« « « Anklang Documentation