contentLength property - HttpRequest class - dart:io library (original) (raw)

description

int getcontentLength

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;