Rocket/core/lib/src
Eric Dattore 60b9f06407 Implement connection pooling support in contrib.
Resolves #167.
2018-08-15 22:11:53 -07:00
..
config Add 'ConfigError::Missing' to identify missing config keys. 2018-08-14 10:31:54 -07:00
data Apply more Clippy suggestions. 2018-08-11 23:41:35 -07:00
fairing Require all 'AdHoc' fairings to be named. 2018-08-14 09:14:06 -07:00
local Emit a helpful error when 'LocalRequest' is malformed. 2018-08-13 02:14:16 -07:00
request Move 'SegmentError' into 'uri' module. 2018-08-13 02:14:16 -07:00
response Implement 'Responder' for '&[u8]'. 2018-08-07 23:58:54 -07:00
router Implement dynamic request handling via 'Handler' trait. 2018-08-12 02:13:42 -07:00
catcher.rs Apply more Clippy suggestions. 2018-08-11 23:41:35 -07:00
codegen.rs Implement dynamic request handling via 'Handler' trait. 2018-08-12 02:13:42 -07:00
error.rs Apply more Clippy suggestions. 2018-08-11 23:41:35 -07:00
ext.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
handler.rs Allow any 'T: Into<Vec<Route>>' to be mounted. 2018-08-13 02:14:12 -07:00
lib.rs Add a module-level docstring to 'http'. 2018-08-15 19:55:34 -07:00
logger.rs Implement connection pooling support in contrib. 2018-08-15 22:11:53 -07:00
outcome.rs Add 'and_then', 'failure_then', and 'forward_then' methods to 'Outcome'. 2018-08-07 18:55:04 -06:00
rocket.rs Require all 'AdHoc' fairings to be named. 2018-08-14 09:14:06 -07:00