Rocket/examples/forms
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
..
src Major refactoring. 2016-04-01 16:54:53 -07:00
static Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00
Cargo.toml Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00