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 5b5ea1b commit 695f3c5Copy full SHA for 695f3c5
Sources/async-http-client/validate/Validate.swift
@@ -18,7 +18,7 @@ public extension Http{
18
19
internal extension Http.Validate{
20
21
- /// Check if validate status
+ /// Pick up status validate rule
22
var isStatus : Status{
23
switch(self){
24
case .status(let rule) : return rule
@@ -29,7 +29,7 @@ internal extension Http.Validate{
29
30
internal extension Collection where Element == Http.Validate{
31
32
- /// Filter status validate fn
+ /// Pick up status validate rules
33
/// - Returns: Set of fn to validate status
34
func filterStatus() -> [Http.Validate.Status] {
35
map{ $0.isStatus }
0 commit comments