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