Class PathTransformation.Operation.NormalizePathRFC3986

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PathTransformation.Operation.NormalizePathRFC3986OrBuilder, Serializable
Enclosing class:
PathTransformation.Operation

public static final class PathTransformation.Operation.NormalizePathRFC3986 extends com.google.protobuf.GeneratedMessage implements PathTransformation.Operation.NormalizePathRFC3986OrBuilder
 Should text be normalized according to RFC 3986? This typically is used for path headers
 before any processing of requests by HTTP filters or routing. This applies percent-encoded
 normalization and path segment normalization. Fails on characters disallowed in URLs
 (e.g. NULLs). See `Normalization and Comparison
 <https://tools.ietf.org/html/rfc3986#section-6>`_ for details of normalization. Note that
 this options does not perform `case normalization
 <https://tools.ietf.org/html/rfc3986#section-6.2.2.1>`_
 
Protobuf type envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986
See Also: