Compare Revisions
Complete list of MIME types
Revision 1089087:
Revision 1089087 by teoli on
Revision 1090083:
Revision 1090083 by fscholz on
- Title:
- Complete list of MIME types
- Complete list of MIME types
- Slug:
- Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
- Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
- Tags:
- "HTTP" "MIME Types" "Reference"
- "HTTP" "MIME Types" "Reference"
- Content:
-
Revision 1089087 Revision 1090083 n 7 <p> n 7 <div> n 9 </p> n 9 </div> n 14 Two MIME types play the role of default types: n 14 Two MIME types are important for the role of default types: n 18 <code>text/plain</code> is the default value for textual n 18 <code>text/plain</code> is the default value for textual > files. A textual files should be human-readable and must not cont > files. A textual file should be human-readable and must not conta > ain binary data > in binary data. n 21 <code>application/octet-stream</code> is the default valu n 21 <code>application/octet-stream</code> is the default valu > e for all other cases. Unknown type of files should use this type > e for all other cases. An unknown file type should use this type. > s. Browsers pay a special care when manipulating these files, try > Browsers pay a special care when manipulating these files, tryin > ing to safeguard the user to prevent dangerous behaviors. > g to safeguard the user to prevent dangerous behaviors. n 25 IANA is the official registry of MIME media types and maint n 25 IANA is the official registry of MIME media types and maint > ain a <a href="http://www.iana.org/assignments/media-types/media- > ains a <a href="http://www.iana.org/assignments/media-types/media > types.xhtml">list of all the official MIME types</a>. > -types.xhtml">list of all the official MIME types</a>. This table > lists important MIME types for the Web: t 644 <p> t 645 646 </p>