http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 119 forks source link

Request, Response: method parity with http-types/tide #191

Closed Fishrock123 closed 4 years ago

Fishrock123 commented 4 years ago

Adds many methods on http_types request/response that Tide exposes.

Supercedes the following PRs:

Also changes the "mime" / "content_type" apis to use http_types::mime like Tide, which is a breaking change.

Fishrock123 commented 4 years ago