Skip to content

Commit

Permalink
Add doc for missing segment when greedy label in middle
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Dec 14, 2021
1 parent 78a3ac9 commit 225f130
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/1.0/spec/core/http-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@ pattern of ``/prefix/{label+}/suffix`` and an endpoint of ``https://yourhost``:
- Yes
- Matches literal "/prefix", captures "foo/suffix/bar" in greedy
``label``, and matches literal "/suffix".
* - ``http://yourhost/prefix/suffix``
- No
- Matches literal "/prefix", matches literal "/suffix", but does not
contain a segment to match ``label``.


Pattern Validation and Conflict Avoidance
Expand Down

0 comments on commit 225f130

Please sign in to comment.