ContentType

Index

Enumeration members

Enumeration members

JSON

JSON: = "application/json"

Defined in packages/http/src/contentType.ts:3

TEXT

TEXT: = "text/plain"

Defined in packages/http/src/contentType.ts:2

URL_ENCODED

URL_ENCODED: = "application/x-www-form-urlencoded"

Defined in packages/http/src/contentType.ts:5

VND_JSON

VND_JSON: = "application/vnd.api+json"

Defined in packages/http/src/contentType.ts:4

Last updated