ContentType
Index
Enumeration members
Enumeration members
BINARY
• BINARY: = "application/octet-stream"
JSON
• JSON: = "application/json"
MULTIPART_FORM
• MULTIPART_FORM: = "multipart/form-data"
TEXT
• TEXT: = "text/plain"
URL_ENCODED
• URL_ENCODED: = "application/x-www-form-urlencoded"
VND_JSON
• VND_JSON: = "application/vnd.api+json"
Last updated