mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-23 00:52:07 +00:00
The primary aim of this commit is to reduce confusion between 'content::Json' and 'rocket::serde::json::Json' be renaming the former to 'content::RawJson'. The complete changes in this PR are: * All responders in the 'content' module are prefixed with 'Raw'. * The 'content::Custom' responder was removed entirely. * The 'Plain' responder is now 'RawText'. * The 'content' API docs point to the 'serde' responders. * The docs and examples were updated accordingly. |
||
---|---|---|
.. | ||
0-introduction.md | ||
1-quickstart.md | ||
2-getting-started.md | ||
3-overview.md | ||
4-requests.md | ||
5-responses.md | ||
6-state.md | ||
7-fairings.md | ||
8-testing.md | ||
9-configuration.md | ||
10-pastebin.md | ||
11-conclusion.md | ||
index.md |