Closed Smirl closed 4 months ago
Fixes #769
Add a new method RoundTripper which can be used to create http.Client or otherwise when testing http.
RoundTripper
http.Client
This is useful if you cannot access the URL directly, or do not want to change the path.
thanks!
Summary
Fixes #769
Add a new method
RoundTripper
which can be used to createhttp.Client
or otherwise when testing http.This is useful if you cannot access the URL directly, or do not want to change the path.