class Async::HTTP::Server

def self.for(*args, &block)

def self.for(*args, &block)
	self.new(block, *args)
end