hasContentLength property

bool hasContentLength

Whether the request has a known content length.

If false, calling contentLength will require reading the body.

Implementation

bool get hasContentLength;