class Async::HTTP::Protocol::HTTP1::Server

def initialize(...)

def initialize(...)
	super
	
	@ready = Async::Notification.new
end