HttpHeaderFields

public enum HttpHeaderFields : String

Undocumented

  • Undocumented

    Declaration

    Swift

    case accept = "Accept"
  • Undocumented

    Declaration

    Swift

    case contentType = "Content-Type"
  • Undocumented

    Declaration

    Swift

    case ifNoneMatch = "If-None-Match"
  • Undocumented

    Declaration

    Swift

    case etag = "Etag"
  • Undocumented

    Declaration

    Swift

    case expires = "Expires"
  • Undocumented

    Declaration

    Swift

    case location = "Location"
  • Undocumented

    Declaration

    Swift

    case lastModified = "Last-Modified"
  • Undocumented

    Declaration

    Swift

    case date = "Date"
  • Undocumented

    Declaration

    Swift

    case authorization = "Authorization"
  • Undocumented

    Declaration

    Swift

    case noCache = "No-Cache"
  • Undocumented

    Declaration

    Swift

    case apiKey = "API-Key"
  • Undocumented

    Declaration

    Swift

    case acceptLanguage = "Accept-Language"