Rocket/core/lib/src
Sergio Benitez 7ffe3a7360 Complete mTLS implementation.
Resolves #254.
2021-07-09 00:05:44 -07:00
..
catcher Check for trailing new lines in testing script. 2021-06-07 19:31:23 -07:00
config Complete mTLS implementation. 2021-07-09 00:05:44 -07: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 Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
fs Make 'FileName' danger more pronounced. 2021-07-02 06:48:09 -07:00
local Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
request Complete mTLS implementation. 2021-07-09 00:05:44 -07:00
response Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
route Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
router Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
serde Impl 'FromUriParam' for 'Json'. 2021-07-02 10:36:57 -07:00
shield Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
cookies.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
error.rs Fix typos throughout codebase. 2021-06-07 19:31:21 -07:00
ext.rs Initial implementation of mTLS. 2021-07-09 00:05:20 -07:00
lib.rs Complete mTLS implementation. 2021-07-09 00:05:44 -07:00
log.rs Always disable colors if requested or unavailable. 2021-06-25 09:08:49 -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 Properly propagate profile to 'Config' on ignite. 2021-07-02 11:34:35 -07:00
sentinel.rs Fix typo in 'Sentinel' docs: 'INner' -> 'Inner'. 2021-06-30 11:08:20 -07:00
server.rs Complete mTLS implementation. 2021-07-09 00:05:44 -07: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