HTTP Concepts

Media Type (MIME Type)

A standardized identifier for the format of data transmitted over the internet. Media types follow the pattern type/subtype (e.g., text/html, application/json, image/png). The Content-Type header uses media types to tell the client how to interpret the response body. IANA maintains the official registry of media types.

Related Protocols

See Also