ContentType
public enum ContentType : Codable, Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
case css -
Undocumented
Declaration
Swift
case html -
Undocumented
Declaration
Swift
case javascript -
Undocumented
Declaration
Swift
case externalJavascript -
Undocumented
Declaration
Swift
case raw -
Undocumented
Declaration
Swift
case other(String) -
Undocumented
Declaration
Swift
public var key: String { get } -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Declaration
Swift
public static func == (lhs: ContentType, rhs: ContentType) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
View on GitHub
ContentType Enumeration Reference