class Async::HTTP::Body::Wrapper

def read

Read the next available chunk.
def read
	@body.read
end