class

Socksify::HTTPClient

Inherits HTTP::Client < Reference < Object

Constructors

new(uri : URI, tls = nil, ignore_config = false, use_fallback = false)
Source
new(uri : URI, tls = nil, ignore_config = false, use_fallback = false, &)
Source

Instance methods

proxy_connection_options
Source
proxy_url
Source
set_proxy(proxy : Proxy = nil, is_fallback = true)
Source
skip_proxy=(skip_proxy : Bool)

Determine if HTTP request can skip proxy if failed to connect during the exec_request

Source