class Protocol::HTTP::Body::Wrapper

def ready?

Forwards to the wrapped body.
def ready?
	@body.ready?
end