class Async::HTTP::Body::Wrapper

def close

Buffer any remaining body.
def close
	@body = @body.close
	
	return self
end