http-client icon indicating copy to clipboard operation
http-client copied to clipboard

impl `HttpClient` also for `Arc<H: HttpClient>` and `Rc<H: HttpClient>`?

Open George-Miao opened this issue 1 year ago • 0 comments

Since HttpClients are themselves not clone-able, it would be reasonable to wrap them in reference counting smart pointers, but the wrapped type does not impl HttpClient.

George-Miao avatar Apr 15 '23 22:04 George-Miao