Rocket/core/http/src
Sergio Benitez 83ffe0f7bc Remove 'Config::profile()'. CFG 'secret_key' field.
This commit makes the `Config.secret_key` conditionally compile on the
`secrets` feature. The net effect is simplified internal code, fewer
corner-cases, and easier to write tests.

This commit removes the `Provider::profile()` implementation of
`Config`. This means that the `Config` provider no longer sets a
profile, a likely confusing behavior. The `Config::figment()` continues
to function as before.
2021-03-09 21:40:53 -08:00
..
header Remove 'Config::profile()'. CFG 'secret_key' field. 2021-03-09 21:40:53 -08:00
parse UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
uri Use 'UriPart::Kind' to avoid unreachable match arms. 2021-03-04 02:48:07 -08:00
docify.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
ext.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
hyper.rs Update to 'tokio' 1.0, 'hyper' 0.14. 2021-01-13 15:22:16 -08:00
lib.rs Remove 'Config::profile()'. CFG 'secret_key' field. 2021-03-09 21:40:53 -08:00
listener.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
method.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
raw_str.rs Revamp codegen, fixing inconscpicuous bugs. 2021-03-04 02:01:25 -08:00
status.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
tls.rs Revamp configuration. 2020-10-20 19:21:56 -07:00