Rocket/examples
Sergio Benitez 008605bec7 This commit changes parsing traits and documents some of the core library:
* All From* trait methods are now named like the trait.
  * All From* traits have an associated Error type.
  * Document all of the `form` module.
  * Add codegen tests for auto-derived forms.
  * The param parsing traits now live under Request.
2016-09-30 01:25:07 -07:00
..
content_types Rename data_type to data and don't export inner types. 2016-09-20 20:02:33 -07:00
cookies Add support for flash cookie. Revamp cookie support. 2016-09-11 18:57:04 -07:00
errors Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
extended_validation This commit changes parsing traits and documents some of the core library: 2016-09-30 01:25:07 -07:00
form_kitchen_sink This commit changes parsing traits and documents some of the core library: 2016-09-30 01:25:07 -07:00
forms Add NamedFile response type. 2016-09-12 01:51:02 -07:00
from_request Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
handlebars_templates Fix examples for tweaked Template API. 2016-09-29 21:41:21 -07:00
hello_person Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
hello_ranks Fix typo in hello_ranks example. 2016-09-22 21:10:36 -07:00
hello_world Require commas in template macros. 2016-09-22 21:29:03 -07:00
json Add contrib crate. Add JSON to contrib. Add JSON example. 2016-09-19 16:24:01 -07:00
manual_routes Major overhual: Request, ErrorHandler, ContentType. 2016-08-26 01:55:11 -07:00
optional_redirect Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
optional_result Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
query_params This commit changes parsing traits and documents some of the core library: 2016-09-30 01:25:07 -07:00
redirect Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
static_files Add NamedFile response type. 2016-09-12 01:51:02 -07:00
stream Add file test case for streaming. Fix streaming responder. 2016-09-25 04:07:03 -07:00
testing Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
todo Fix examples for tweaked Template API. 2016-09-29 21:41:21 -07:00