Retry requests support implemented for client.
This commit is contained in:
@ -26,6 +26,8 @@ type Request struct {
|
||||
|
||||
// Set this true to cancel requests. Should be used on middlewares.
|
||||
Cancelled bool
|
||||
|
||||
retryCounter int
|
||||
}
|
||||
|
||||
// Cancel request
|
||||
|
Reference in New Issue
Block a user