HttpRetryPolicy constructor
HttpRetryPolicy({})
Implementation
HttpRetryPolicy({
required this.maxRetries,
required this.perRetryTimeout,
this.httpRetryEvents,
this.tcpRetryEvents,
});
HttpRetryPolicy({
required this.maxRetries,
required this.perRetryTimeout,
this.httpRetryEvents,
this.tcpRetryEvents,
});