Rocket/examples/hello_tls
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
..
private Initial TLS support. 2017-04-13 00:18:31 -07:00
src Initial TLS support. 2017-04-13 00:18:31 -07:00
Cargo.toml Initial TLS support. 2017-04-13 00:18:31 -07:00
Rocket.toml Initial TLS support. 2017-04-13 00:18:31 -07:00