class Async::HTTP::Protocol::HTTP11

def hijack

Returns:
  • (Async::Wrapper) - the underlying non-blocking IO.
def hijack
	@persistent = false
	
	@stream.flush
	
	return @stream.io
end