class HTTP::Request::Body::ProcIO

This class provides a “writable IO” wrapper around a proc object, with write simply calling the proc, which we can pass in as the “destination IO” in IO.copy_stream.