Rocket/core/codegen/src
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
..
attribute Make 'Fairing::on_response' and 'Responder::respond_to' async. 2019-09-21 11:37:20 -07:00
bang Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
derive Make 'Fairing::on_response' and 'Responder::respond_to' async. 2019-09-21 11:37:20 -07:00
http_codegen.rs Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
lib.rs Convert core to async and add support for async routes. 2019-09-21 11:37:20 -07:00
proc_macro_ext.rs Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
syn_ext.rs Remove dependence on 'decl_macro' in codegen. 2019-07-19 11:38:35 -07:00