We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398dff3 commit b971addCopy full SHA for b971add
Sources/IndiePitcherSwift/IndiePitcherSwift.swift
@@ -7,7 +7,7 @@ import NIOFoundationCompat
7
8
extension HTTPClientResponse {
9
var isOk: Bool {
10
- status.code >= 200 && status.code < 400
+ status.code >= 200 && status.code < 300
11
}
12
13
0 commit comments