class Async::HTTP::Body::Writable

def ready?

def ready?
	!@queue.empty?
end