Rocket/lib
Sergio Benitez fb24ee315c Overhaul configuration and custom ignition.
* Add Config::new() and Config::build() for simpler Config creation.
  * Add set_{param} methods to Config.
  * Add ConfigBuilder type for easy building of configurations.
  * Remove builder methods from Config.
  * PartialEq in Config doesn't consider path or session key.
  * Rocket::custom takes Config by value.
  * Rocket::custom takes second (enable_logging) boolean argument.
  * Rocket::custom properly sets the custom config as the active config.
2017-01-11 18:35:09 -08:00
..
src Overhaul configuration and custom ignition. 2017-01-11 18:35:09 -08:00
tests Don't overwrite catcher response status if it is set. 2017-01-06 01:32:43 -06:00
Cargo.toml New version: 0.1.4. 2017-01-04 11:18:49 -06:00