mirror of https://github.com/rwf2/Rocket.git
a1ad05e879
* Add content-type responsers for JSON, HTML, and plain text. * Use content-type responders in content_type example. * Conditionally create Request `from` HypRequest. * Clean-up dispatching and handling in main rocket. * Change Level enum to Logging Level and reexport. * Allow users to set logging level before launch. * Fix content_type example error handling. * Percent decode params when user requests `String`. |
||
---|---|---|
.. | ||
content_types | ||
cookies | ||
errors | ||
extended_validation | ||
forms | ||
hello_person | ||
hello_query_params | ||
hello_world | ||
manual_routes | ||
optional_redirect | ||
optional_result | ||
redirect | ||
static_files | ||
todo |