Rocket/site/guide
Sergio Benitez 4d0042c395 Allow '<path..>' to match zero segments.
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.
2021-03-05 02:01:24 -08:00
..
0-introduction.md Update various dead hyperlinks; change some links from http to https. 2021-02-20 12:01:44 -08:00
1-quickstart.md Point all docs and doc links to 'master' branch. 2020-10-21 04:54:24 -07:00
2-getting-started.md Fix typo in getting started guide: 'latst' -> 'latest'. 2021-02-20 12:01:45 -08:00
3-overview.md UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
4-requests.md Allow '<path..>' to match zero segments. 2021-03-05 02:01:24 -08:00
5-responses.md UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
6-state.md Update 'postgres' dependency to 0.19. 2021-02-28 15:28:37 -08:00
7-fairings.md Take '&mut Data' in 'on_request' fairings. 2020-10-20 20:22:32 -07:00
8-testing.md Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
9-configuration.md UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
10-pastebin.md UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
11-conclusion.md Fix several typos in the guide. 2021-02-20 12:01:44 -08:00
index.md Fix several typos in the guide. 2021-02-20 12:01:44 -08:00