Package com.linecorp.armeria.server.encoding
@NonNullByDefault
package com.linecorp.armeria.server.encoding
HTTP content encoding service.
-
ClassDescriptionA
DecoratingService
that requests and decodes HTTP encoding (e.g., gzip) that has been applied to the content of anHttpRequest
.Decorates anHttpService
to apply HTTP encoding (e.g., gzip) to anHttpService
.Builds a newEncodingService
or its decorator function.