Rocket/core/lib/src
Sergio Benitez 8214df4a56 Allow more types in 'contains' field validator.
The validator can now validate string contents with:

    * '&[char]'
    * 'F: FnMut(char) -> bool'
2021-06-01 11:30:34 -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 Allow more types in 'contains' field validator. 2021-06-01 11:30:34 -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 Move stream responders into their own module. 2021-06-01 11:16:40 -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 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 Introduce 'mercy' connection shutdown period. 2021-04-29 19:19:07 -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 Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -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