Media-type

Overview [1]#

Media-type (formerly known as MIME Type) is a two-part identifier for file formats and format contents transmitted on the Internet.

The Internet Assigned Numbers Authority (IANA) is the official authority for the standardization and publication of these classifications.

Media-type were originally defined in RFC 2045 in November 1996 as a part of Multipurpose Internet Mail Extensions (MIME) specification, for denoting type of email message content and attachments hence the name MIME Type.

Media-type are also used by other Internet protocols such as HTTP and document file formats such as HTML, for similar purpose. A media type consists of a type and a subtype, which is further structured into a tree. A media type can optionally define a suffix and parameters:

type "/" [tree "."] subtype ["+" suffix] *[";" parameter]
Where the "+ suffix" is known as the Structured Syntax Suffix

Media-type, subtypes and suffix should appear in the IANA Registry IANA.MediaTypes

These are the Media-type "type":

More Information#

There might be more information for this subject on one of the following: