Rocket/core/lib/src
Sergio Benitez 41d7138540 Allow custom generic bounds in 'Responder' derive. 2021-05-26 02:26:11 -07:00
..
catcher Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
config Introduce 'mercy' connection shutdown period. 2021-04-29 19:19:07 -07:00
data Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
fairing Introduce 'Singleton' fairings. 2021-05-22 11:01:00 -07:00
form Expose 'Context::{push_error,push_errors}'. 2021-05-23 18:18:24 -07:00
fs Avoid file system races in 'TempFile' doctests. 2021-05-22 21:00:09 -07:00
local Graduate contrib 'json' and 'msgpack' into core. 2021-05-22 11:01:00 -07:00
request Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
response Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
route Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
router Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
serde Allow custom generic bounds in 'Responder' derive. 2021-05-26 02:26:11 -07:00
shield Graduate 'helmet' as 'shield' into core. 2021-05-22 11:01:00 -07:00
cookies.rs Fix all broken links. Update some outdated docs. 2021-03-19 18:09:13 -07:00
error.rs Prevent double-panic on 'Error' drop. 2021-05-22 11:01:00 -07:00
ext.rs Introduce 'mercy' connection shutdown period. 2021-04-29 19:19:07 -07:00
lib.rs Fix typo: 'Rocket.toml' -> 'Cargo.toml'. 2021-05-23 18:20:55 -07:00
log.rs Log guard failures, potential misuses. 2021-04-23 19:19:39 -07:00
outcome.rs Add 'Outcome::{ok_map_forward,ok_map_failure}'. 2021-05-22 20:37:42 -07:00
phase.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
rocket.rs Graduate 'helmet' as 'shield' into core. 2021-05-22 11:01:00 -07:00
sentinel.rs Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
server.rs Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
shutdown.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
state.rs Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
trip_wire.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00