Rocket/site/guide
Sergio Benitez 2893ce754d Introduce scoped catchers.
Catchers can now be scoped to paths, with preference given to the
longest-prefix, then the status code. This a breaking change for all
applications that register catchers:

  * `Rocket::register()` takes a base path to scope catchers under.
    - The previous behavior is recovered with `::register("/", ...)`.
  * Catchers now fallibly, instead of silently, collide.
  * `ErrorKind::Collision` is now `ErrorKind::Collisions`.

Related changes:

  * `Origin` implements `TryFrom<String>`, `TryFrom<&str>`.
  * All URI variants implement `TryFrom<Uri>`.
  * Added `Segments::prefix_of()`.
  * `Rocket::mount()` takes a  `TryInto<Origin<'_>>` instead of `&str`
    for the base mount point.
  * Extended `errors` example with scoped catchers.
  * Added scoped sections to catchers guide.

Internal changes:

  * Moved router code to `router/router.rs`.
2021-03-28 13:57:33 -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 Add doc notes on how to depend on '-dev' versions. 2021-03-27 14:20:43 -07:00
3-overview.md Prefer '&str' in doc examples. 2021-03-27 16:25:39 -07:00
4-requests.md Introduce scoped catchers. 2021-03-28 13:57:33 -07:00
5-responses.md Prefer '&str' in doc examples. 2021-03-27 16:25:39 -07:00
6-state.md Remove upstream unmaintained 'mysql' support. 2021-03-27 02:42:04 -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