Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decorate ¶
func Decorate(t http.RoundTripper, rts ...Decorator) http.RoundTripper
Decorate is a helper to wrap all the middleware.
Types ¶
type Decorator ¶
type Decorator func(http.RoundTripper) http.RoundTripper
Decorator is a convenience function to represent our middleware inner function.
Click to show internal directories.
Click to hide internal directories.