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