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