class Protocol::HTTP::Body::Wrapper

def discard

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