Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Property

type

The HTTPMediaType’s discrete or composite type. Usually one of the following.
var type: String

Discussion

"text" / "image" / "audio" / "video" / "application
"message" / "multipart"
...

In the HTTPMediaType "application/json; charset=utf8":

  • type: "application"

  • subtype: "json"

  • parameters: ["charset": "utf8"]