Request.write can only buffer request bodies before Request.protocol is called
Request.write()
cannot be called during the period when the request body is being written; it can only buffer the body up-front.
CurlRequest
needs a new method that calls konnect.cure.Multi.process()
and returns a writeable object that implements anyio.abc.ByteSendStream
.