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

Add an `add_header` method to `Request` #174

Closed pwoolcoc closed 4 years ago

pwoolcoc commented 4 years ago

This corresponds to http-types append_header method, and will assist in correctly converting http_types::Request objects to surf::Request objects.

Fishrock123 commented 4 years ago

This functionality has effectively been merged via https://github.com/http-rs/surf/pull/191