Rocket/core/lib
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
..
benches Fix and update benchmarks. 2019-11-16 13:08:36 -08:00
src Use 'AsyncSeek' for sized bodies in 'Response's. 2020-07-11 09:24:29 -07:00
tests Use 'AsyncSeek' for sized bodies in 'Response's. 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 Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00