Rocket/core/codegen/src/derive
Jeb Rosen 2f3edd7793 Make 'Fairing::on_response' and 'Responder::respond_to' async.
This is required to be able to do anything useful with the body in the
outgoing response. Request fairings do not appear to need to be async
as everything on Data that returns a future moves self and on_request only
gets &Data, but the same change in this commit should work for on_request
if desired.
2019-09-21 11:37:20 -07:00
..
from_form.rs Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
from_form_value.rs Parameterize 'UriDisplay' with 'Path' or 'Query'. 2018-11-27 10:01:47 -06:00
mod.rs Add derive for 'UriDisplay'. 2018-10-24 22:14:12 -07:00
responder.rs Make 'Fairing::on_response' and 'Responder::respond_to' async. 2019-09-21 11:37:20 -07:00
uri_display.rs Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00