Enumeration HttpContentType

Enumeration of common HTTP Content-Type values.

Enumeration Members

APPLICATION_JSON: "application/json"

JSON type.

APPLICATION_JSON_UTF8: "application/json; charset=UTF-8"

JSON type with UTF-8 charset type.

FORM_URLENCODED: "application/x-www-form-urlencoded"

Form URL-encoded type.

FORM_URLENCODED_UTF8: "application/x-www-form-urlencoded; charset=UTF-8"

Form URL-encoded with UTF-8 charset type.

Generated using TypeDoc