Libraries
»
httpx
(0.3.1)
»
Index
»
HTTPX
»
Channel
»
#connecting?
Method: HTTPX::Channel#connecting?
Defined in:
lib/httpx/channel.rb
#
connecting?
⇒
Boolean
Returns:
(
Boolean
)
144 145 146
# File 'lib/httpx/channel.rb', line 144
def
connecting?
@state
==
:idle
end