class Protocol::HTTP::Body::Wrapper

def rewind

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