We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1890c27 + 699c3ac commit 6feba36Copy full SHA for 6feba36
Sources/URLSessionDecodable/URLSessionDecodable.swift
@@ -10,6 +10,7 @@ public enum HTTPMethod: String {
10
case get
11
case post
12
case put
13
+ case patch
14
}
15
16
extension URLSession {
0 commit comments