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 4470403 commit 8dd912aCopy full SHA for 8dd912a
README.md
@@ -65,7 +65,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
65
/// Send custom request based on the specific request instance
66
/// - Parameters:
67
/// - request: A URL load request that is independent of protocol or URL scheme
68
- /// - retry: ``RetryService.Strategy`` Default value .exponential with 5 retry and duration 2.0
+ /// - retry: ``RetryService.Strategy`` Default value .exponential with 5 retry and duration 2.0 sec
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,
0 commit comments