Anklang-0.3.0.dev956+gd75ac925 anklang-0.3.0.dev956+gd75ac925
ASE — Anklang Sound Engine (C++)

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