Rocket/core/http/src
Sergio Benitez 284852db19 Mark '.exe', '.iso', '.dmg' as known extensions.
'EXE' is IANA registered, and the registered media type is used here for
the '.exe' extension.

The '.iso' and '.dmg' extensions do not appear to correspond to any IANA
registered media type, but they have a de facto media type of
"application/octet-stream", and that media type is used by this commit.

Closes #2530.
2023-05-05 18:21:17 -07:00
..
header Mark '.exe', '.iso', '.dmg' as known extensions. 2023-05-05 18:21:17 -07:00
parse Fix a whole bunch of typos. 2023-03-23 14:57:54 -07:00
tls Tidy custom forward status changes, update docs. 2023-05-05 18:21:17 -07:00
uri Fix a bunch of typos. 2023-03-23 16:27:08 -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 Initial connection upgrade API implementation. 2023-03-29 17:06:04 -07:00
lib.rs Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00
listener.rs Allow setting mTLS certificates on local 'Client'. 2023-03-31 11:13:40 -07:00
method.rs Use 'hyper' instead of 'http' where possible. 2021-08-19 19:49:23 -07:00
raw_str.rs Fix a bunch of typos. 2023-03-23 16:27:08 -07:00
status.rs Implement 'De(Serialize)' for 'Status'. 2023-03-26 19:18:04 -07:00