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"]