2.2.6.3 Content-Type
The Content-Type header specifies the media type of data that is included in the message payload; for example, the response to the DESCRIBE method or the message body of the ANNOUNCE and SET_PARAMETER methods. When used in a GET_PARAMETER request, the Content-Type header can be used to specify the media type of the data that is expected in the response.
The syntax of the Content-Type header is as follows.
-
Ctype = "application/sdp" | "application/x-rtsp-packetpair" | "application/x-rtsp-udp-packetpair" | "application/x-wms-contentdesc" | "application/x-wms-extension-cmd" | "application/x-wms-getcontentinfo" | "application/x-wms-gettemplates" | "application/x-wms-Logconnectstats" | "application/x-wms-Logplaystats" | "application/x-wms-sendevent" | "application/x-wms-streamswitch" Content-Type = "Content-Type: " Ctype [";charset=UTF-8"]
For example:
-
Content-Type: application/x-wms-Logplaystats;charset=UTF-8