module Async::HTTP::Protocol::HTTPS

def self.server(stream)

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