Rocket/core/http/src
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
..
parse Replace manual ASCII checks with 'std::char' calls. 2020-06-22 05:07:14 -07:00
uri Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
accept.rs Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
content_type.rs Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
cookies.rs Use 'async_trait' for 'FromRequest'. 2020-07-11 09:24:29 -07:00
docify.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
ext.rs Fix tests for Windows. 2019-07-06 00:59:01 -07:00
header.rs Remove use of deprecated 'IndexMap::remove()'. 2019-09-09 16:51:51 -07:00
hyper.rs Revert incoming request URI and header parsing to more closely match 0.4. 2020-07-11 09:24:29 -07:00
known_media_types.rs Add ZIP (application/zip) as a known media type. 2018-11-08 20:47:26 -08:00
lib.rs Replace use of 'hyper::AddrIncoming' with a Listener API and implement TLS. 2020-07-11 09:24:28 -07:00
listener.rs Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
media_type.rs Migrate http to Rust 2018. 2019-06-25 13:43:53 -04:00
method.rs Convert core to async and add support for async routes. 2020-07-11 09:24:28 -07:00
raw_str.rs Remove use of specialization in http. 2019-09-09 16:45:03 -07:00
route.rs Replace manual ASCII checks with 'std::char' calls. 2020-06-22 05:07:14 -07:00
status.rs Migrate http to Rust 2018. 2019-06-25 13:43:53 -04:00
tls.rs Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
uncased.rs Remove use of specialization in http. 2019-09-09 16:45:03 -07:00