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 0c1652e commit bf04d09Copy full SHA for bf04d09
README.md
@@ -43,7 +43,7 @@ Fast-track functions return **(Data, URLResponse)** if you need to validate stat
43
/// - Throws: Http.Errors.status(response)
44
public func validateStatus(
45
_ response : URLResponse,
46
- by validate : [Http.Validate.Status]
+ by : [Http.Validate.Status]
47
) throws
48
```
49
0 commit comments