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
46 def connecting?
47   super || @state == :connecting || @state == :connected
48 end