Enumeration
HTTPHeader.ContentType
public enum ContentType
Values for the Content-Type
HTTP
header.
Relationships
Member Of
HTTPHeader
An
HTTP
header.
Conforms To
String
Enumeration Cases
json
case json
application/json
content type.
urlEncodedForm
case urlEncodedForm
application/x-www-form-urlencoded
content type.