Rocket/core/http
Sergio Benitez c0c6c79a7f Use 'async_trait' for 'Responder'.
Also:

  * Remove 'response::ResultFuture'.
  * Re-export 'tokio' and 'futures' from the crate root.
  * Make 'ResponseBuilder::sized_body()' and 'async fn'.
  * Remove the 'Future' implementation for 'ResponseBuilder'.
  * Add 'ResponseBuilder::finalize()' for finalizing the builder.
2020-07-11 09:24:29 -07:00
..
src Use 'async_trait' for 'Responder'. 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