2.2.1.2 Content-Type
The Content-Type header specifies the type of data that is included in the message payload (that is, the response to a GET request or the message body of a POST request).<11>
The syntax of the Content-Type header is defined as follows.
-
Ctype = "application/octet-stream" / "application/vnd.ms.wms-hdr.asfv1" / "application/x-mms-framed" / "application/x-wms-getcontentinfo" / "application/x-wms-LogStats" / "application/x-wms-sendevent" / "text/plain" Content-Type = "Content-Type: " Ctype [";charset=UTF-8"] CRLF
Example:
-
Content-Type: application/x-wms-LogStats;charset=UTF-8