autoUncompress property

bool autoUncompress
final

Automatically decompress response payload.

If set to true and value of HttpHeaders.contentEncodingHeader in response headers is either gzip or deflate then GZipCodec.decoder and ZLibCodec.decoder is used respectively to transform the response body.

Defaults to true.

Implementation

final bool autoUncompress;