Class RequestTargetEncoderHttpServiceFilter

java.lang.Object
io.servicetalk.http.utils.RequestTargetEncoderHttpServiceFilter
All Implemented Interfaces:
HttpExecutionStrategyInfluencer, StreamingHttpServiceFilterFactory, ExecutionStrategyInfluencer<HttpExecutionStrategy>

public final class RequestTargetEncoderHttpServiceFilter extends Object implements StreamingHttpServiceFilterFactory
Encodes the HttpRequestMetaData.requestTarget() for each incoming request.

URI producers should encode query strings, but just in case they don't this filter will do the encoding.