chunkedTransferEncoding property
Whether the connection uses chunked transfer encoding.
Reflects and modifies the value of the transferEncodingHeader header.
Implementation
@override
bool get chunkedTransferEncoding => httpHeaders.chunkedTransferEncoding;
Whether the connection uses chunked transfer encoding.
Reflects and modifies the value of the transferEncodingHeader header.
Implementation
@override
set chunkedTransferEncoding(bool value) => httpHeaders.chunkedTransferEncoding = value;