Interface HttpPathMatch.Builder

    • Method Detail

      • exact

        HttpPathMatch.Builder exact​(String exact)

        The exact path to match on.

        Parameters:
        exact - The exact path to match on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regex

        HttpPathMatch.Builder regex​(String regex)

        The regex used to match the path.

        Parameters:
        regex - The regex used to match the path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.