hyper-rustls
hyper-rustls copied to clipboard
feat: add a builder() method to HttpsConnector
It's become very idiomatic to have the builder api be accessed this way.
Not quite sure how to make rustdoc link those references correctly? 😕
See https://github.com/rustls/hyper-rustls/pull/260#issuecomment-2003318005.
This PR could just as well be completely unrelated from the other two.
This is not necessary but is a common API idom for builder APIs in Rust.