http-client
http-client copied to clipboard
impl `HttpClient` also for `Arc<H: HttpClient>` and `Rc<H: HttpClient>`?
Since HttpClient
s 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
.