Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapRoundTripper ¶
func WrapRoundTripper(rt http.RoundTripper, f func(r *http.Request)) http.RoundTripper
WrapRoundTripper deep clones a request a passes it to f before calling the underlying RoundTripper. If rt is nil, it calls http.DefaultTransport.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.