class Protocol::HTTP::Body::Wrapper

def empty?

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