Function HTTPClientRequest.contentLength
Accesses the Content-Length header of the request.
Negative values correspond to an unset Content-Length header.
Prototypes
long contentLength() @property const; void contentLength( long value ) @property;
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.