HTTPVersion

public enum HTTPVersion : String

Enum used to supply the http version for the ResponseConfiguration

  • HTTP v1.0

    Declaration

    Swift

    case http1_0 = "HTTP/1.0"
  • HTTP v1.1

    Declaration

    Swift

    case http1_1 = "HTTP/1.1"
  • HTTP v2.0

    Declaration

    Swift

    case http2_0 = "HTTP/2.0"