Rocket/examples/cookies
Sergio Benitez cc0621626b Prefix 'content' responder names with 'Raw'.
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.
2021-07-20 02:09:11 -07:00
..
src Prefix 'content' responder names with 'Raw'. 2021-07-20 02:09:11 -07:00
templates Completely revamp, redo examples. 2021-04-07 23:09:05 -07:00
Cargo.toml Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
Rocket.toml Log guard failures, potential misuses. 2021-04-23 19:19:39 -07:00