module Async::HTTP::Protocol::HTTPS

def self.client(stream)

def self.client(stream)
	protocol_for(stream).client(stream)
end