mirror of https://github.com/rwf2/Rocket.git
cc0621626b
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. |
||
---|---|---|
.. | ||
src | ||
templates | ||
Cargo.toml | ||
Rocket.toml |