lib/patron/proxy_type.rb



module Patron
  # Represents proxy types that can be used when configured requests via CURL.
  module ProxyType
    HTTP
    HTTP_1_0
    SOCKS4
    SOCKS5
    SOCKS4A
    SOCKS5_HOSTNAME
  end
end