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