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
51 def connecting?
52   super || @state == :connecting || @state == :connected
53 end