Rocket/core/lib/src
2020-07-11 09:24:29 -07:00
..
config Add 'config()' and 'state()' functions directly to 'Rocket' for convenience. 2020-07-11 09:24:29 -07:00
data Move a debug-only 'use' in 'from_data.rs' to the locations where it is actually used. 2020-07-11 09:24:29 -07:00
fairing Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
local Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
request Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
response Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
router Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
catcher.rs Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
codegen.rs Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
error.rs Clean up Error handling. 2020-07-11 09:24:29 -07:00
ext.rs Clean up handling of body data: 2020-07-11 09:24:29 -07:00
handler.rs Update more API documentation to mention futures and async. 2020-07-11 09:24:29 -07:00
lib.rs Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
logger.rs Convert core to async and add support for async routes. 2020-07-11 09:24:28 -07:00
outcome.rs Fix an array of broken doc links. 2020-07-11 09:24:29 -07:00
rocket.rs Add 'config()' and 'state()' functions directly to 'Rocket' for convenience. 2020-07-11 09:24:29 -07:00
shutdown.rs Fix an array of broken doc links. 2020-07-11 09:24:29 -07:00