Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg *Config, next http.RoundTripper, opts ...Opts) (http.RoundTripper, error)
New instantiates a new signing middleware with an optional succeeding middleware. The http.DefaultTransport will be used if nil
Types ¶
type RoundTripperFunc ¶
The RoundTripperFunc type is an adapter to allow the use of ordinary functions as RoundTrippers. If f is a function with the appropriate signature, RoundTripperFunc(f) is a RoundTripper that calls f.
Click to show internal directories.
Click to hide internal directories.