Rocket/lib
Sergio Benitez 1516ca4fb6 Initial TLS support.
This commit introduces TLS support, provided by `rustls` and a fork of
`hyper-rustls`. TLS support is enabled via the `tls` feature and
activated when the `tls` configuration parameter is set. A new
`hello_tls` example illustrates its usage.

This commit also introduces more robust and complete configuration
settings via environment variables. In particular, quoted string,
array, and table (dictionaries) based configuration parameters can now
be set via environment variables.

Resolves #28.
2017-04-13 00:18:31 -07:00
..
benches Add Rocket::routes() method to get all routes. Add some internal benchmarks. 2017-04-05 01:19:33 -07:00
src Initial TLS support. 2017-04-13 00:18:31 -07:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
Cargo.toml Initial TLS support. 2017-04-13 00:18:31 -07:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00