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