type
The MediaType
’s discrete or composite type. Usually one of the following.
var type: String
Parameters
["charset": "utf8"]
"text" / "image" / "audio" / "video" / "application
"message" / "multipart"
...
In the MediaType
"application/json; charset=utf8"
:
type
:"application"
subtype
:"json"