Rocket/core/lib/src
Sergio Benitez 633d37bc97 Fix invalid TOML test for updated 'toml' dependency. 2018-09-25 19:41:59 -07:00
..
config Fix invalid TOML test for updated 'toml' dependency. 2018-09-25 19:41:59 -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 Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
response Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
router Remove Collider trait. 2018-09-24 19:44:38 -07:00
catcher.rs Remove unnecessary 'use rocket::catch'. 2018-09-16 20:52:07 -07:00
codegen.rs Implement dynamic request handling via 'Handler' trait. 2018-08-12 02:13:42 -07:00
error.rs Remove neglected and obscure 'Error' type. 2018-09-16 03:07:50 -07:00
ext.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
handler.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
lib.rs Tidy 'routes!' and 'catchers!' proc-macros. 2018-09-16 20:38:02 -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 Remove unnecessary 'use rocket::catch'. 2018-09-16 20:52:07 -07:00