Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetryableHTTPClient ¶
type RetryableHTTPClient struct {
// contains filtered or unexported fields
}
func New ¶
func New() *RetryableHTTPClient
func NewWithClient ¶
func NewWithClient(c http.Client) *RetryableHTTPClient
func (*RetryableHTTPClient) Get ¶
func (client *RetryableHTTPClient) Get(url string) (*http.Response, error)
func (*RetryableHTTPClient) StandardClient ¶
func (client *RetryableHTTPClient) StandardClient() *http.Client
type RetryableRoundTripper ¶
type RetryableRoundTripper struct {
Client *RetryableHTTPClient
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.