Rocket/core/http/src
Marc Schreiber 96b4142156 Upgrade to hyper 0.12.
* Use hyper's 'MakeService' implementation with futures API.
  * Use tokio runtime to serve HTTP backend.
2020-07-11 09:24:03 -07:00
..
parse Replace manual ASCII checks with 'std::char' calls. 2020-06-22 05:07:14 -07:00
uri Upgrade to hyper 0.12. 2020-07-11 09:24:03 -07:00
accept.rs Fix some broken links in API documentation. 2020-05-31 11:32:14 -07:00
content_type.rs Stop exporting 'mime' and relevant conversions. 2019-09-09 16:42:44 -07:00
cookies.rs Properly mock 'Key::try_generate()'. 2020-06-07 04:02:35 -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 Upgrade to hyper 0.12. 2020-07-11 09:24:03 -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 Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
media_type.rs Migrate http to Rust 2018. 2019-06-25 13:43:53 -04:00
method.rs Upgrade to hyper 0.12. 2020-07-11 09:24:03 -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 Migrate http to Rust 2018. 2019-06-25 13:43:53 -04:00
uncased.rs Remove use of specialization in http. 2019-09-09 16:45:03 -07:00