module Async::HTTP::Protocol::HTTP1

def self.client(stream)

def self.client(stream)
	Client.new(stream, VERSION)
end