We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008ce84 commit 2a10a3cCopy full SHA for 2a10a3c
README.md
@@ -69,7 +69,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
69
/// - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
70
public func send<T>(
71
with request : URLRequest,
72
- retry strategy : RetryService.Strategy = .exponential(),
+ retry strategy : RetryService.Strategy = .exponential(retry: 5, duration: 2.0),
73
_ taskDelegate: ITaskDelegate? = nil
74
) async throws -> Http.Response<T> where T : Decodable
75
```
0 commit comments