Rocket/codegen/tests/run-pass
Sergio Benitez 2f35b23514 Remove non-streaming requests. Use streaming requests everywhere.
This commit includes the following important API changes:

  * The `form` route parameter has been removed.
  * The `data` route parameter has been added.
  * Forms are not handled via the `data` parameter and `Form` type.
  * Removed the `data` parameter from `Request`.
  * Added `FromData` conversion trate and default implementation.
  * Added `DataOutcome` enum, which is the return type of `from_data`.
  * 'FromData' is now used to automatically derive the `data` parameter.
  * Moved `form` into `request` module.
  * Removed `Failure::new` in favor of direct value construction.

This commit includes the following important package additions:

  * Added a 'raw_upload' example.
  * `manual_routes` example uses `Data` parameter.
  * Now building and running tests with `--all-features` flag.
  * All exmaples have been updated to latest API.
  * Now using upstream Tera.

This commit includes the following important fixes:

  * Any valid ident is now allowed in single-parameter route parameters.
  * Lifetimes are now properly stripped in code generation.
  * `FromForm` derive now works on empty structs.
2016-10-12 00:14:42 -07:00
..
complete-decorator.rs Remove non-streaming requests. Use streaming requests everywhere. 2016-10-12 00:14:42 -07:00
derive_form.rs Move the form module under request and outcome to top-level. 2016-10-07 19:27:50 -07:00
dynamic-paths.rs Add more codegen tests. 2016-09-28 20:39:14 -07:00
empty-fn.rs Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
empty_form.rs Remove non-streaming requests. Use streaming requests everywhere. 2016-10-12 00:14:42 -07:00
error-handler.rs Completely new raw API. 2016-10-07 23:20:49 -07:00
issue-1-colliding-names.rs Renamed macros to codegen. 2016-09-08 20:38:58 -07:00
rank_decorator.rs Allow different lifetimes in handler Request reference and its contents. 2016-10-06 20:38:13 -07:00
segments.rs Allow different lifetimes in handler Request reference and its contents. 2016-10-06 20:38:13 -07:00