Compare Revisions

Complete list of MIME types

Change Revisions

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
n7    <p>n7    <div>
n9    </p>n9    </div>
n14      Two MIME types play the role of default types:n14      Two MIME types are important for the role of default types:
n18        <code>text/plain</code> is the default value for textual n18        <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.
n21        <code>application/octet-stream</code> is the default valun21        <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.
n25      IANA is the official registry of MIME media types and maintn25      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:
t644    <p>t
645      &nbsp;
646    </p>

Back to History