Rocket/core/lib/src
Sergio Benitez 8825f936ef Add 'includeSubdomains' in HSTS preload header.
Resolves #2049.
Closes #2050.

Co-authored-by: Soham Roy <sohamroy@sohamroy.me>
2022-02-22 18:19:09 -08:00
..
catcher Check for trailing new lines in testing script. 2021-06-07 19:31:23 -07:00
config Update 'rustls' to 0.20. 2022-02-22 17:30:42 -08:00
data Complete mTLS implementation. 2021-07-09 00:05:44 -07:00
fairing New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
form Use cardinality-agnostic wording in error format. 2021-08-24 19:39:42 -07:00
fs Clarify 'Options::Missing' exception in 'FileServer'. 2021-08-19 19:43:34 -07:00
local Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
request Update codebase for latest nightly and stable. 2022-02-16 10:08:55 -08:00
response Update codebase for latest nightly and stable. 2022-02-16 10:08:55 -08:00
route Update codebase for latest nightly and stable. 2022-02-16 10:08:55 -08:00
router Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
serde Prefix 'content' responder names with 'Raw'. 2021-07-20 02:09:11 -07:00
shield Add 'includeSubdomains' in HSTS preload header. 2022-02-22 18:19:09 -08:00
cookies.rs Remove 'CookieJar::get_private_pending()'. 2022-02-17 11:04:30 -08:00
error.rs Fix typos throughout codebase. 2021-06-07 19:31:21 -07:00
ext.rs Update 'rustls' to 0.20. 2022-02-22 17:30:42 -08:00
lib.rs Update 'time' to 0.3, 'cookie' to 0.16. 2021-08-19 19:49:23 -07:00
log.rs Propagate 'log_level' to SQLx logs. 2021-08-19 19:49:20 -07:00
mtls.rs Complete mTLS implementation. 2021-07-09 00:05:44 -07:00
outcome.rs Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
phase.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
rocket.rs Display launch address using 'SocketAddr' fmt. 2021-08-24 19:40:42 -07:00
sentinel.rs Fix typo in 'Sentinel' docs: 'INner' -> 'Inner'. 2021-06-30 11:08:20 -07:00
server.rs Update 'rustls' to 0.20. 2022-02-22 17:30:42 -08:00
shutdown.rs Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -07:00
state.rs Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
trip_wire.rs Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -07:00