Method: HTTPX::Connection::HTTP1#close

Defined in:
lib/httpx/connection/http1.rb

#closeObject



52
53
54
55
# File 'lib/httpx/connection/http1.rb', line 52

def close
  reset
  emit(:close, true)
end