ContentType
public enum ContentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case applicationJson = "application/json" -
Undocumented
Declaration
Swift
case applicationXml = "application/xml" -
Declaration
Swift
public var description: String { get }
View on GitHub
ContentType Enumeration Reference