http-rs / surf

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

feat: add Config for surf #310

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

Finally adds top-level configuration to surf, built on top of http-client's still as of yet unstable config.

Related to https://github.com/http-rs/http-client/pull/86

Closes https://github.com/http-rs/surf/issues/274 Closes https://github.com/http-rs/surf/issues/277