Interface PathTransformation.OperationOrBuilder

    • Method Detail

      • hasNormalizePathRfc3986

        boolean hasNormalizePathRfc3986()
         Enable path normalization per RFC 3986.
         
        .envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
      • hasMergeSlashes

        boolean hasMergeSlashes()
         Enable merging adjacent slashes.
         
        .envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;