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

RequestBuilder from Client and user-provided method #308

Closed utsavm9 closed 3 years ago

utsavm9 commented 3 years ago

Let me know if this change was intended in the conversation from https://github.com/http-rs/surf/issues/260.

Tested by just running the code sample in the doc. There do not seem to be unit tests for other similar client methods and so this also does not have any.