class Protocol::HTTP::Body::Streamable::RequestBody

def initialize(block)

@parameter block [Proc] The block that generates the body.

Initialize the request body with the given block.
def initialize(block)
	super(block, Writable.new)
end