compressionState property Null safety
final
The compression state of the response.
This specifies whether the response bytes were compressed when they were received across the wire and whether callers will receive compressed or uncompressed bytes when they listed to this response's byte stream.
See HttpClientResponseCompressionState for possible values.
Implementation
final String compressionState;