Rocket/core/lib/src
Sergio Benitez 6482fa2fba Rework 'local' module. Add 'LocalResponse' methods.
This completes the 'local' blocking client implementation.
2020-07-11 09:24:30 -07:00
..
config Add 'config()' and 'state()' functions directly to 'Rocket' for convenience. 2020-07-11 09:24:29 -07:00
data Remove extraneous dependency on 'futures-util'. 2020-07-11 09:24:29 -07:00
fairing Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
local Rework 'local' module. Add 'LocalResponse' methods. 2020-07-11 09:24:30 -07:00
request Rework 'local' module. Add 'LocalResponse' methods. 2020-07-11 09:24:30 -07:00
response Add blocking variant of 'local'. 2020-07-11 09:24:30 -07:00
router Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
catcher.rs Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
codegen.rs Remove extraneous dependency on 'futures-util'. 2020-07-11 09:24:29 -07:00
error.rs Add '#[rocket::main]' attribute and make 'launch()' an 'async fn'. 2020-07-11 09:24:29 -07:00
ext.rs Swap 'Rocket' manually without using 'replace_with'. 2020-07-11 09:24:30 -07:00
handler.rs Asyncify 'Handler'. Rename 'ErrorHandlerFuture' to 'CatcherFuture'. 2020-07-11 09:24:30 -07:00
lib.rs Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
logger.rs Convert core to async and add support for async routes. 2020-07-11 09:24:28 -07:00
outcome.rs Make 'Responder' trait sync; fix its lifetimes. 2020-07-11 09:24:29 -07:00
rocket.rs Rework 'local' module. Add 'LocalResponse' methods. 2020-07-11 09:24:30 -07:00
shutdown.rs Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00