module Async::HTTP::Protocol::HTTP10

def self.server(stream)

def self.server(stream)
	HTTP1::Server.new(stream, VERSION)
end