Module: HTTP::Request::Proxy::_ProxyHost

Defined in:
sig/http.rbs

Instance Method Summary collapse

Instance Method Details

#headersHeaders

Returns:



874
# File 'sig/http.rbs', line 874

def headers: () -> Headers

#hostObject

Returns:

  • (Object)


876
# File 'sig/http.rbs', line 876

def host: () -> untyped

#proxyHash[Symbol, untyped]

Returns:

  • (Hash[Symbol, untyped])


875
# File 'sig/http.rbs', line 875

def proxy: () -> Hash[Symbol, untyped]

#using_authenticated_proxy?Boolean

Returns:

  • (Boolean)


878
# File 'sig/http.rbs', line 878

def using_authenticated_proxy?: () -> bool

#versionString

Returns:

  • (String)


877
# File 'sig/http.rbs', line 877

def version: () -> String