Rocket/core/http/src
Aaron Leopold c8b8b2b022 Add several new known media types:
* CBZ: application/vnd.comicbook+zip, .cbz
  * CBR: application/vnd.comicbook-rar, .cbr
  * RAR: application/vnd.rar, .rar
  * EPUB: application/epub+zip, .epub
  * OPF: application/oebps-package+xml, .opf
  * XHTML: application/xhtml+xml, .xhtml
2022-06-13 15:29:32 -07:00
..
header Add several new known media types: 2022-06-13 15:29:32 -07:00
parse Allow '[' and ']' in URI paths. 2022-05-04 09:44:24 -07:00
tls Improve unrecognized TLS key header error message. 2022-05-05 08:00:24 -05:00
uri Use new 2021 edition functionality. 2022-04-19 18:35:55 -07:00
docify.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
ext.rs Use new 2021 edition functionality. 2022-04-19 18:35:55 -07:00
hyper.rs Unhide 'http' exports that shouldn't be hidden. 2022-05-08 01:08:22 -05:00
lib.rs Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00
listener.rs Update comment in 'Listener' sleep code. 2022-05-18 17:29:21 -07:00
method.rs Use 'hyper' instead of 'http' where possible. 2021-08-19 19:49:23 -07:00
raw_str.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
status.rs Remove unused reason phrase in 'Status'. 2021-04-28 21:26:41 -07:00