chunkedTransferEncoding property

  1. @override
bool chunkedTransferEncoding
getter/setter pairoverride

Whether the connection uses chunked transfer encoding.

Reflects and modifies the value of the transferEncodingHeader header.

Implementation

@override

/// Whether the connection uses chunked transfer encoding.
///
/// Reflects and modifies the value of the [transferEncodingHeader] header.
late bool chunkedTransferEncoding;