Skip to content

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

Instance Property

subType

The HTTPMediaType’s specific type. Usually a unique string.
var subType: String

Discussion

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

  • type: "application"

  • subtype: "json"

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