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

feat: AsRef & AsMut <Headers> for Request & Response #268

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

This adds AsRef and AsMut to Headers for Request and Response, similar to Tide, for compatibility with http_types.