Instance Propertyvapor 4.114.1Vapor

type

The MediaType’s discrete or composite type. Usually one of the following.

HTTPMediaType.swift:77
var type: String

Parameters

["charset": "utf8"]

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

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

  • type: "application"

  • subtype: "json"