class Protocol::HTTP::Body::Wrapper

def initialize(body)

@parameter body [Readable] The body to wrap.

Initialize the wrapper with the given body.
def initialize(body)
	@body = body
end