=doc fix inaccurate docs #20632 (#20652)

* Replace Rest with Remaining and RestPath with RemainingPath
* changed files: path-directives.rst and path-matchers.rst
This commit is contained in:
gosubpl 2016-05-29 20:55:35 +02:00 committed by Konrad Malawski
parent e2c6948c15
commit 66d4f82685
2 changed files with 5 additions and 5 deletions

View file

@ -56,9 +56,9 @@ Predefined path matchers allow extraction of various types of values:
Matches if the unmatched path starts with a path segment (i.e. not a slash).
If so the path segment is extracted as a ``String`` instance.
``PathMatchers.Rest``
``PathMatchers.Remaining``
Matches and extracts the complete remaining unmatched part of the request's URI path as an (encoded!) String.
If you need access to the remaining *decoded* elements of the path use ``RestPath`` instead.
If you need access to the remaining *decoded* elements of the path use ``RemainingPath`` instead.
``PathMatchers.intValue``
Efficiently matches a number of decimal digits (unsigned) and extracts their (non-negative) ``Int`` value. The matcher