Function HTTPClientRequest.bodyWriter
An output stream suitable for writing the request body.
vibe .internal .interfaceproxy .InterfaceProxy!(vibe.core.stream.OutputStream) bodyWriter() @property @safe;
The first retrieval will cause the request header to be written, make sure that all headers are set up in advance.s