This module contains the available proxy types.
Return proxy types.
@example Return proxy types.
Ethon::Curl.proxy_types
@return [ Hash ] The proxy_types.
# File lib/ethon/curls/proxy_types.rb, line 13 def proxy_types { :http => 0, :http_1_0 => 1, :socks4 => 4, :socks5 => 5, :socks4a => 6, :socks5_hostname =>7 } end