Package io.micronaut.http.server.netty
Interface HttpCompressionStrategy
-
public interface HttpCompressionStrategyDetermines if a given http message should be compressed. It should be assumed the client allows for compressed responses.- Since:
- 1.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetCompressionLevel()booleanshouldCompress(io.netty.handler.codec.http.HttpResponse response)
-