class Protocol::HTTP::Body::Wrapper

def read

Forwards to the wrapped body.
def read
	@body.read
end