HttpContentType
ZEPETO.Multiplay.HttpService.HttpContentType
Enumeration of constants specifying the HTTP Content-Type.
Name | Value | Description |
---|---|---|
ApplicationJson | application/json | Represents application/json content type. |
ApplicationUrlEncoded | application/x-www-form-urlencoded | Represents application/x-www-form-urlencoded content type. |
ApplicationXml | application/xml | Represents application/xml content type. |
TextPlain | text/plain | Represents text/plain content type. |
TextXml | text/xml | Represents text/xml content type. |