All specs
IANA Media TypesIANAMust KnowProduct

MIME Type / Media Type Registry

Data Formats·Internet Assigned Numbers Authority
WHY YOU NEED THIS

Correct Content-Type headers drive content negotiation, browser rendering, and API behavior. Wrong types cause security and parsing bugs.

What It Defines

IANA registry of all registered MIME types (application/json, image/png, video/mp4, text/html, etc.). The Content-Type and Accept headers in HTTP reference these registered types.

Canonical (Normative)

Convenient (Practical)

mimecontent-typemediahttp
Standards Body
Internet Assigned Numbers Authority

Authoritative registry for protocol parameters: ports, HTTP status codes, media types, DNS record types, and many other code points. Not a spec body — a registry body.

Visit

Related Specs

RFC 9110RFCMust Know

HTTP Semantics

This is the core contract of every web API, browser request, and server response. You can't design or debug HTTP without knowing this.

ProductHTTP
Details
RFC 7578RFCMust Know

multipart/form-data

Every file upload in your app uses this. Know the MIME boundary, Content-Disposition, and Content-Type mechanics to build and debug file upload APIs.

ProductData Formats
Details