developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

Web : MIME(Multipurpose Internet Mail Extensions or MIME type) #179

Open developerasun opened 2 years ago

developerasun commented 2 years ago

research : understanding MIME to understand web browser rendering process

read these

A media type (also known as a Multipurpose Internet Mail Extensions or MIME type) indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.

Structure of a MIME type A simplest MIME type consists of a type and a subtype. A MIME type comprises these strings concatenated with a slash (/). No whitespace is allowed in a MIME type:

type/subtype

For example,

text/plain
video/mp4

reference