class Async::HTTP::Server

def self.for(*arguments, **options, &block)

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