autoCompress property
read / write
Whether the HttpServer should compress the content, if possible.
The content can only be compressed when the response is using chunked Transfer-Encoding and the incoming request has gzip
as an accepted encoding in the Accept-Encoding header.
The default value is false
(compression disabled). To enable, set autoCompress
to true
.
Implementation
bool autoCompress = false;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/HttpServer/autoCompress.html