.. |
config
|
Add 'ConfigError::Missing' to identify missing config keys.
|
2018-08-14 10:31:54 -07:00 |
data
|
Clean up connection pooling documentation.
|
2018-08-15 23:31:49 -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
|
Fix 'Segments::into_path_buf()' docstring.
|
2018-08-17 11:14:45 -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
|
Remove use of the 'const_fn' feature.
|
2018-09-03 19:41:31 -07:00 |
logger.rs
|
Clean up connection pooling documentation.
|
2018-08-15 23:31:49 -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
|
Fix typo in 'handle_error' docstring.
|
2018-09-11 15:13:20 -07:00 |