lib/httpx/plugins/proxy.rb in httpx-0.21.1 vs lib/httpx/plugins/proxy.rb in httpx-0.22.0

- old
+ new

@@ -10,10 +10,10 @@ # * HTTP proxies # * HTTPS proxies # * Socks4/4a proxies # * Socks5 proxies # - # https://gitlab.com/honeyryderchuck/httpx/wikis/Proxy + # https://gitlab.com/os85/httpx/wikis/Proxy # module Proxy Error = HTTPProxyError PROXY_ERRORS = [TimeoutError, IOError, SystemCallError, Error].freeze