mirror of
https://github.com/rwf2/Rocket.git
synced 2025-03-03 04:52:21 +00:00
This changes core routing so that '<path..>' in a route URI matches zero or more segments. Previously, '<path..>' matched _1_ or more. * Routes '$a' and '$b/<p..>' collide if $a and $b previously collided. * For example, '/' now collides with '/<p..>'. * Request '$a' matches route '$b/<p..>' if $a previously matched $b. * For example, request '/' matches route '/<p..>'. Resolves #985. |
||
---|---|---|
.. | ||
0-introduction.md | ||
1-quickstart.md | ||
2-getting-started.md | ||
3-overview.md | ||
4-requests.md | ||
5-responses.md | ||
6-state.md | ||
7-fairings.md | ||
8-testing.md | ||
9-configuration.md | ||
10-pastebin.md | ||
11-conclusion.md | ||
index.md |