Module: HTTP::Request::Proxy::_ProxyHost
- Defined in:
- sig/http.rbs
Instance Method Summary collapse
- #headers ⇒ Headers
- #host ⇒ Object
- #proxy ⇒ Hash[Symbol, untyped]
- #using_authenticated_proxy? ⇒ Boolean
- #version ⇒ String
Instance Method Details
#host ⇒ Object
876 |
# File 'sig/http.rbs', line 876
def host: () -> untyped
|
#proxy ⇒ Hash[Symbol, untyped]
875 |
# File 'sig/http.rbs', line 875
def proxy: () -> Hash[Symbol, untyped]
|
#using_authenticated_proxy? ⇒ Boolean
878 |
# File 'sig/http.rbs', line 878
def using_authenticated_proxy?: () -> bool
|
#version ⇒ String
877 |
# File 'sig/http.rbs', line 877
def version: () -> String
|