Documentation ¶
Overview ¶
Utility methods and types to work with HTTP requests and responses.
Index ¶
Constants ¶
View Source
const ( RetryWaitMax = 120 * time.Second RetryMax = 60 )
Variables ¶
This section is empty.
Functions ¶
func CleanClient ¶ added in v1.8.6
func NewRetryableClient ¶
func NewRetryableClient(verbose bool) *retryablehttp.Client
NewRetryableClient creates default retryablehttp.Client with timeouts and embedded NewClient result.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.