class

Socksify::Proxy

Inherits Reference < Object

Constructors

new(proxy_url : String)
Source

Class methods

config
Source
configure
Source
disable_crl_checks
Source
disable_crl_checks=(disable_crl_checks : Bool)
Source
has_fallback_proxy?

Simple check for relevant environment

Source
verify_tls
Source
verify_tls=(verify_tls : Bool)
Source

Instance methods

open(host, port, tls = nil, **connection_options)

Return a new socket connected to the given host and port via the proxy that was requested when the socket factory was instantiated.

Source
proxy_auth?

The credentials to acess the proxy

Source
proxy_host

The hostname or IP address of the HTTP proxy.

Source
proxy_port

The port number of the proxy.

Source
proxy_url

The fulll URL of the PROXY starting by the scheme (socks or http)

Source
tls

The map of additional options that were given to the object at initialization.

Source

Nested types