Content-Type HTTP Header

Content-Type

The MIME type of this content.

Accepted Values

The content type is specified as one of the following patterns.

  • <type>

  • <type>; charset=<charset>

  • multipart/form-data; boundary=<boundary>

Where the value of these patterns is defined as:
boundary

Boundary characters for multi-part encoding.

charset

The character encoding.

type

The MIME type.

Example

Content-Type: application/json
Content-Type: text/html; charset=UTF-8

Parse

Enter a Content-Type header below to parse and return details about it.

Reference

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type