Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { http.Client WithRetryAttempts(attempts uint) Client DoWithRetry(req *fasthttp.Request, resp *fasthttp.Response, attempts uint) error }
func NewFastHttpRetryClient ¶
func NewFastHttpRetryClient() Client
type FastHttpRetryClient ¶
func (*FastHttpRetryClient) DoWithRetry ¶
func (*FastHttpRetryClient) WithRetryAttempts ¶
func (c *FastHttpRetryClient) WithRetryAttempts(attempts uint) Client
Click to show internal directories.
Click to hide internal directories.