Rocket/core/codegen
Michael Howell c9d0af09d6 Use 'AsyncSeek' for sized bodies in 'Response's.
In order to avoid making 'ResponseBuilder::sized_body' an asynchronous
function, the seeking is deferred until finalization. 'finalize()' is
replaced with '.await', and 'ResponseBuilder::ok()' is an 'async fn'.
2020-07-11 09:24:29 -07:00
..
src Use 'AsyncSeek' for sized bodies in 'Response's. 2020-07-11 09:24:29 -07:00
tests Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
Cargo.toml Use 'AsyncSeek' for sized bodies in 'Response's. 2020-07-11 09:24:29 -07:00
build.rs Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00