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: add `Config::set_tls_config()` (h1 only) #320

Closed Fishrock123 closed 2 years ago

Fishrock123 commented 2 years ago

Adds Config::set_tls_config() like http-client has. Note that this only works with the async-h1 h1-client, which is not yet the default.