http-rs / surf

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

Implement AsRef and Into conversions between surf Requests/Responses and their inner http_types equivalents #167

Closed jbr closed 3 years ago

jbr commented 4 years ago

this allows for an escape hatch to drop down to apis that might not need to be exposed at the surf level, such as header iteration (addressing #166). This would also allow for better interop between surf and tide

Fishrock123 commented 3 years ago

I believe these are all complete.