Rocket/site/guide
Sergio Benitez fa3e0334c1 Overhaul URI types, parsers, 'uri!' macro.
This commit entirely rewrites Rocket's URI parsing routines and
overhauls the 'uri!' macro resolving all known issues and removing any
potential limitations for compile-time URI creation. This commit:

  * Introduces a new 'Reference' URI variant for URI-references.
  * Modifies 'Redirect' to accept 'TryFrom<Reference>'.
  * Introduces a new 'Asterisk' URI variant for parity.
  * Allows creation of any URI type from a string literal via 'uri!'.
  * Enables dynamic/static prefixing/suffixing of route URIs in 'uri!'.
  * Unifies 'Segments' and 'QuerySegments' into one generic 'Segments'.
  * Consolidates URI formatting types/traits into a 'uri::fmt' module.
  * Makes APIs more symmetric across URI types.

It also includes the following less-relevant changes:

  * Implements 'FromParam' for a single-segment 'PathBuf'.
  * Adds 'FileName::is_safe()'.
  * No longer reparses upstream request URIs.

Resolves #842.
Resolves #853.
Resolves #998.
2021-05-19 18:47:11 -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 Update examples on site index and overview. 2021-04-14 22:17:15 -07:00
3-overview.md Introduce statically-enforced 'Rocket' phasing. 2021-04-13 19:26:45 -07:00
4-requests.md Fix typo in requests guide: 'fiel' -> 'field'. 2021-05-08 10:50:00 -07:00
5-responses.md Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
6-state.md Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
7-fairings.md Introduce statically-enforced 'Rocket' phasing. 2021-04-13 19:26:45 -07:00
8-testing.md Revamp 'Response', 'Body' types. 2021-04-28 02:21:33 -07:00
9-configuration.md Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
10-pastebin.md Use launch-inferred '_' in most example code. 2021-04-13 18:12:39 -07: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