ContentType

public enum ContentType : Codable, Equatable, Hashable

Undocumented

  • css

    Undocumented

    Declaration

    Swift

    case css
  • Undocumented

    Declaration

    Swift

    case html
  • Undocumented

    Declaration

    Swift

    case javascript
  • Undocumented

    Declaration

    Swift

    case externalJavascript
  • raw

    Undocumented

    Declaration

    Swift

    case raw
  • Undocumented

    Declaration

    Swift

    case other(String)
  • key

    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)