-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Open
Labels
enhancementFeature not a bugFeature not a bug
Description
I recently ran into a small friction point while using HttpLoggingInterceptor to inspect response bodies. Currently, the interceptor handles gzip seamlessly, allowing us to read the logged response body in plain text. However, it doesn't seem to support brotli decompression.
Given that brotli is now one of OkHttp's default accepted encodings (and widely used for better compression), it would be incredibly helpful if the logging interceptor could handle it with the same out-of-the-box support it gives to gzip.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature not a bugFeature not a bug