Closed Fishrock123 closed 4 years ago
To clarify here: the middleware when cloned is still the same, reference-based individual middleware, but the stack is new, so that changes to the new client's stack are not reflected in any client it was cloned from.
This allows an easier way of having Clients with a shared
HttpClient
, but with potentially different middleware.Closes #205
Requires https://github.com/http-rs/surf/pull/194