HttpContentType
Specifies the value of the HTTP Content-Type header which describes the HTTP request data type.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
122 | ApplicationJson | 0 | Represents the "application/json" Content-Type. | |
128 | ApplicationXml | 1 | Represents the "application/xml" Content-Type. | |
128 | ApplicationUrlEncoded | 2 | Represents the "application/x-www-form-urlencoded" Content-Type. | |
128 | TextPlain | 3 | Represents the "text/plain" Content-Type. | |
128 | TextXml | 4 | Represents the "text/xml" Content-Type. |
Description
Specifies the value of the HTTP Content-Type header which describes the HTTP request data type.
History 8
- 128 Add TextXml
- 128 Change Value of TextPlain from 2 to 3
- 128 Change Index of TextPlain from 1 to 3
- 128 Add ApplicationXml
- 128 Add ApplicationUrlEncoded
- 122 Add TextPlain
- 122 Add ApplicationJson
- 122 Add HttpContentType