Rocket/core/http
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
Cargo.toml Use 'AsyncSeek' for sized bodies in 'Response's. 2020-07-11 09:24:29 -07:00