class Protocol::HTTP::Body::Wrapper

def length

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