Rocket/site/guide
Sergio Benitez 63e6845386 Revamp 'Response', 'Body' types.
This is a breaking change for many consumers of the 'Response' and all
consumers of the 'Body' API. The summary of breaking changes is:

  * 'Response::body()', 'Response::body_mut()' are infallible.
  * A 'Body' can represent an empty body in more cases.
  * 'ResponseBuilder' is now simply 'Builder'.
  * Direct body read methods on 'Response' were removed in favor of
    chaining through 'body_mut()': 'r.body_mut().to_string()'.
  * Notion of a 'chunked_body' was removed as it was inaccurate.
  * Maximum chunk size can be set on any body.
  * 'Response' no longer implements 'Responder'.

A few bugs were fixed in the process. Specifically, 'Body' will emit an
accurate size even for bodies that are partially read, and the size of
seek-determined bodies is emitted on HEAD request where it wasn't
before. Specifics on transport were clarified, and 'Body' docs greatly
improved as a result.
2021-04-28 02:21: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 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 Use launch-inferred '_' in most example code. 2021-04-13 18:12:39 -07:00
5-responses.md Rename 'rocket::ignite()' to 'rocket::build()'. 2021-04-08 01:07:52 -07:00
6-state.md Mod-export 'msg!', 'local_cache!', 'try_outcome!'. 2021-04-28 01:58:42 -07: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 Rename 'rocket::ignite()' to 'rocket::build()'. 2021-04-08 01:07:52 -07: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