Module: HTTPX::Plugins::Proxy::HTTP::ConnectionMethods
- Defined in:
- lib/httpx/plugins/proxy/http.rb
Instance Method Summary collapse
Instance Method Details
#connecting? ⇒ Boolean
46 47 48 |
# File 'lib/httpx/plugins/proxy/http.rb', line 46 def connecting? super || @state == :connecting || @state == :connected end |