Skip to content

Commit 32b7429

Browse files
committed
Update README.md
1 parent 9d02e14 commit 32b7429

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,6 @@ Fast-track functions return **(Data, URLResponse)** if you need to validate stat
9797
### Custom request
9898

9999
```swift
100-
/// Send custom request based on the specific request instance
101-
/// - Parameters:
102-
/// - request: A URL load request that is independent of protocol
103-
/// or URL scheme
104-
/// - retry: ``RetryService.Strategy`` strategy Default value
105-
/// .exponential with 5 retry and duration 2.0
106-
/// - validate: Set of custom validate fun ``Http.Validate`` For
107-
/// status code like an example Default value to validate
108-
/// statusCode == 200 You can set up diff combinations check out
109-
/// ``Http.Validate.Status``
110-
/// - taskDelegate: A protocol that defines methods that URL
111-
/// session instances call on their delegates to handle task-level
112-
/// events
113100
public func send<T>(
114101
with request : URLRequest,
115102
retry strategy : RetryService.Strategy = .exponential(),

0 commit comments

Comments
 (0)