Method: HTTPX::Channel#close

Defined in:
lib/httpx/channel.rb

#closeObject



167
168
169
170
# File 'lib/httpx/channel.rb', line 167

def close
  @parser.close if @parser
  transition(:closing)
end