compressionState property Null safety

HttpClientResponseCompressionState compressionState
@Since("2.4")

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.

Implementation

@Since("2.4")
HttpClientResponseCompressionState get compressionState;