class Protocol::HTTP::Body::Wrapper

def inspect

@returns [String] a string representation of the wrapped body.

Inspect the wrapped body. The wrapper, by default, is transparent.
def inspect
	@body.inspect
end