2.2.2.1 Content-Type

The Content-Type header specifies the type of data that is included in the body of the GET or POST request.

The syntax of the Content-Type header is defined as follows.

  
 Content-Type  = "Content-Type: " "application/octet-stream" CRLF /
                   "Content-Type: " "application/json" [";charset=UTF-8"] CRLF

Example: Content-Type: application/octet-stream

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