module HTTPX::Plugins::Proxy::HTTP::ConnectionMethods

  1. lib/httpx/plugins/proxy/http.rb

Methods

Public Instance

  1. connecting?

Public Instance methods

connecting?()
[show source]
   # File lib/httpx/plugins/proxy/http.rb
56 def connecting?
57   super || @state == :connecting || @state == :connected
58 end