Rocket/examples
Sergio Benitez 50bc0d6999 Major refactoring.
Here's the idea: under the `Rocket` namespace should live things critical to
writing simple Rocket apps: Request, Response, Error, etc. Nothing should be
nested more than one level deep. Only items required for more complex things
(implementing uncommon traits, etc.) should be nested one level deep.

This commit is the first attempt at realizing this.
2016-04-01 16:54:53 -07:00
..
forms Major refactoring. 2016-04-01 16:54:53 -07:00
hello_person Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
hello_world Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
manual_routes Don't need the type since we use unwrap_or. 2016-03-22 16:28:45 -07:00
optional_redirect Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00
optional_result Accidentally broke optional_result example. Now fixed. 2016-03-30 14:04:00 -07:00
redirect Major refactoring. 2016-04-01 16:54:53 -07:00
static_files Now support Result responses. 2016-03-22 17:16:17 -07:00