http-rs / surf

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

Request: fix From<http::Request> for Request #222

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

Into consumes, so just use the existing struct so we don't have to worry about copying literaly everything.

Fixes https://github.com/http-rs/surf/issues/220