Public Instance methods
connecting?()
[show source]
# File lib/httpx/plugins/proxy/http.rb 46 def connecting? 47 super || @state == :connecting || @state == :connected 48 end