Changes

Jump to navigation Jump to search
97 bytes added ,  14:09, 4 March 2019
(: Matches all paths with "app" as first, a number as second, and "order" as third segment :)
declare %rest:path("app/{$code=[0-9]+}/order")
function page:order($full-pathcode) { ... };
(: Matches all other all paths starting with "app/" :)
</pre>
<!-- TODO how matching works -->
 
If multiple path candidates are found for the request, the one with more segments will be preferred.
===Content Negotiation===
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu