class Protocol::HTTP::Body::Wrapper

def buffered

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