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;
        Returns:
        Whether the normalizePathRfc3986 field is set.
      • getNormalizePathRfc3986

        PathTransformation.Operation.NormalizePathRFC3986 getNormalizePathRfc3986()
         Enable path normalization per RFC 3986.
         
        .envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
        Returns:
        The normalizePathRfc3986.
      • hasMergeSlashes

        boolean hasMergeSlashes()
         Enable merging adjacent slashes.
         
        .envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
        Returns:
        Whether the mergeSlashes field is set.
      • getMergeSlashes

        PathTransformation.Operation.MergeSlashes getMergeSlashes()
         Enable merging adjacent slashes.
         
        .envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
        Returns:
        The mergeSlashes.