Rocket/site/guide
Sergio Benitez 20605dac14 Set default route rank using "colorings".
This new system colors paths and queries in one of three ways:

  1. `static`, meaning all components are static
  2. `partial`, meaning at least one component is dynamic
  3. `wild`, meaning all components are dynamic

Static paths carry more weight than static queries. The same is true for
partial and wild paths. This results in the following default rankings:

| path    | query   | rank |
|---------|---------|------|
| static  | static  | -12  |
| static  | partial | -11  |
| static  | wild    | -10  |
| static  | none    | -9   |
| partial | static  | -8   |
| partial | partial | -7   |
| partial | wild    | -6   |
| partial | none    | -5   |
| wild    | static  | -4   |
| wild    | partial | -3   |
| wild    | wild    | -2   |
| wild    | none    | -1   |
2021-03-26 19:41:00 -07: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 Set default route rank using "colorings". 2021-03-26 19:41:00 -07:00
5-responses.md Fix all broken links. Update some outdated docs. 2021-03-19 18:09:13 -07:00
6-state.md Remove second lifetime from 'FromRequest'. 2021-03-14 19:57:59 -07:00
7-fairings.md Take '&mut Data' in 'on_request' fairings. 2020-10-20 20:22:32 -07:00
8-testing.md Fix all broken links. Update some outdated docs. 2021-03-19 18:09:13 -07:00
9-configuration.md Fix all broken links. Update some outdated docs. 2021-03-19 18:09:13 -07: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