Skip to main content

HttpContentType

ZEPETO.Multiplay.HttpService.HttpContentType

Enumeration of constants specifying the HTTP Content-Type.

NameValueDescription
ApplicationJsonapplication/jsonRepresents application/json content type.
ApplicationUrlEncodedapplication/x-www-form-urlencodedRepresents application/x-www-form-urlencoded content type.
ApplicationXmlapplication/xmlRepresents application/xml content type.
TextPlaintext/plainRepresents text/plain content type.
TextXmltext/xmlRepresents text/xml content type.