class Async::HTTP::Body::Readable

def empty?

Will read return any data?
def empty?
	false
end