class Async::HTTP::Server

def run

def run
	@endpoint.accept(&self.method(:accept))
end