Rocket/core/http/src
Sergio Benitez 9b1cf229d7 Fix build, documentation, and tests.
This commit makes it possible to build, document, and test Rocket v0.4.
The main changes are:

  * A `Cargo.lock` was added that includes references to yanked deps.
  * The `tls` feature isn't tested as `ring` fails to build.
  * The site guide was moved to `docs/guide`.
  * The `site/` directory was removed.
2024-02-25 15:19:37 -08:00
..
parse Remove removed rustc features. 2022-05-25 17:48:07 -07:00
uri Remove removed rustc features. 2022-05-25 17:48:07 -07:00
accept.rs Remove removed rustc features. 2022-05-25 17:48:07 -07:00
content_type.rs Parameterize 'UriDisplay' with 'Path' or 'Query'. 2018-11-27 10:01:47 -06:00
cookies.rs Abide by formatting in 'Debug' implementations. 2020-02-27 16:04:36 -08: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 01:15:47 -07:00
header.rs Use inter/intra-crate links in all documentation. 2018-10-09 04:31:09 -07:00
hyper.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02: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 removed rustc features. 2022-05-25 17:48:07 -07:00
media_type.rs Use inter/intra-crate links in all documentation. 2018-10-09 04:31:09 -07:00
method.rs Port all codegen tests to codegen_next. 2018-10-09 04:31:08 -07:00
raw_str.rs Fix build, documentation, and tests. 2024-02-25 15:19:37 -08:00
route.rs Type encoding to fix encoding issues once and for all. 2018-12-12 17:38:36 -08:00
status.rs Use inter/intra-crate links in all documentation. 2018-10-09 04:31:09 -07:00
tls.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
uncased.rs Fix various spelling and grammar issues in core and contrib. 2018-07-20 22:14:58 -06:00