Instance Propertyvapor 4.114.1Vapor

subType

The MediaType’s specific type. Usually a unique string.

HTTPMediaType.swift:86
var subType: String

Parameters

["charset": "utf8"]

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

  • type: "application"

  • subtype: "json"