Skip to content

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

Instance Property

parameters

The HTTPMediaType’s metadata. Zero or more key/value pairs.
var parameters: [String : String]

Discussion

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

  • type: "application"

  • subtype: "json"

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