dart / 2 / dart-io / httprequest / contentlength.html

contentLength property

int contentLength

The content length of the request body.

If the size of the request body is not known in advance, this value is -1.

Implementation

int get contentLength;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/HttpRequest/contentLength.html