Skip to content

Instance Property

subType

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

Discussion

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

  • type: "application"

  • subtype: "json"

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