ProxyTypeKey

public enum ProxyTypeKey : String

Proxy types

  • none: No proxy
  • http
  • https
  • socks
  • Undocumented

    Declaration

    Swift

    case none = "none"
  • Undocumented

    Declaration

    Swift

    case http = "http"
  • Undocumented

    Declaration

    Swift

    case https = "https"
  • Undocumented

    Declaration

    Swift

    case socks = "socks"