Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is a wrapper around http.Client that you can add middleware to
func (*Client) UseMiddleware ¶
func (c *Client) UseMiddleware(middleware ...middleware.MiddlewareFunc)
type MiddlewareFunc ¶
type MiddlewareFunc func(parent http.RoundTripper) http.RoundTripper
Click to show internal directories.
Click to hide internal directories.