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 761cb8e commit 5c4d162Copy full SHA for 5c4d162
README.md
@@ -66,7 +66,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
66
/// - request: A URL load request that is independent of protocol or URL scheme
67
/// - retry: Amount of attempts Default value is 1
68
/// - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
69
- func sendRetry(
+ func send(
70
with request : URLRequest,
71
retry : UInt = 1,
72
_ taskDelegate: ITaskDelegate? = nil
0 commit comments