# Important MIME types for web developers, from MDN Web Docs
#
# This file has been manually created from these web pages:
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
# https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types
#
# MDN content is available under the terms of the Creative Commons Attribution-
# ShareAlike license (CC-BY-SA) v2.5 or any later version.  Accordingly, we
# credit the Mozilla Contributors:
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/contributors.txt
# https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types/contributors.txt
#
# And you may use this file under the same license, CC-BY-SA v2.5 or any later
# version:
# https://creativecommons.org/licenses/by-sa/2.5/
#

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#applicationoctet-stream
application/octet-stream

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#textplain
text/plain

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#textcss
text/css

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#texthtml
text/html
application/xml
application/xhtml+xml

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#textjavascript
text/javascript
application/javascript
application/ecmascript
application/x-ecmascript
application/x-javascript
text/javascript
text/ecmascript
text/javascript1.0
text/javascript1.1
text/javascript1.2
text/javascript1.3
text/javascript1.4
text/javascript1.5
text/jscript
text/livescript
text/x-ecmascript
text/x-javascript

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#image_types
# https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#common_image_file_types
image/apng					apng
image/avif					avif
image/gif					gif
image/jpeg					jpg jpeg jfif pjpeg pjp
image/png					png
image/svg+xml					svg
image/webp					webp

# https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#common_image_file_types
image/bmp					bmp
image/x-icon					ico cur
image/tiff					tif tiff

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#audio_and_video_types
audio/wave
audio/wav
audio/x-wav
audio/x-pn-wav
audio/webm
video/webm
audio/ogg
video/ogg
application/ogg

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#multipartform-data
multipart/form-data

# https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#multipartbyteranges
multipart/byteranges
