Function HTTPClientRequest.contentLength
Accesses the Content-Length header of the request.
long contentLength() @property @safe const;
void contentLength
(
long value
) @property @safe;
Negative values correspond to an unset Content-Length header.