class Async::HTTP::Body::Delayed

def initialize(body, delay = 0.01)

def initialize(body, delay = 0.01)
	super(body)
	
	@delay = delay
end