Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBackoff = Backoff{1.0 * time.Second, 2.0, 0.1}
View Source
var DefaultRetry = Retry{200 * time.Millisecond, 3 * time.Second, 3}
Functions ¶
func NewTracingRoundTripper ¶
func NewTracingRoundTripper(transport http.RoundTripper) http.RoundTripper
func NewTracingRoundTripperWithLogger ¶
func NewTracingRoundTripperWithLogger(transport http.RoundTripper, l *log.Logger) http.RoundTripper
Types ¶
Click to show internal directories.
Click to hide internal directories.