Method: HTTPX::Channel#to_io

Defined in:
lib/httpx/channel.rb

#to_ioObject



159
160
161
162
163
164
165
# File 'lib/httpx/channel.rb', line 159

def to_io
  case @state
  when :idle
    transition(:open)
  end
  @io.to_io
end