Rocket/core/lib/src
2021-06-01 13:47:50 -07:00
..
catcher Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
config Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -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 Add arbitrary function 'with' field validator. 2021-06-01 11:33:40 -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 Improve request conversion performance, semantics. 2021-06-01 11:36:57 -07:00
response Introduce Server-Sent Event Streams. 2021-06-01 13:47:50 -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 Expose 'serde::json::{from_str,from_slice}'. 2021-06-01 13:47:50 -07:00
shield Fix MIME confusion attack URL in 'NoSniff' policy. 2021-06-01 11:27:43 -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 Add 'Join' stream combinator extension. 2021-06-01 11:46:17 -07:00
lib.rs Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -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 Improve request conversion performance, semantics. 2021-06-01 11:36:57 -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