We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc57b7 commit 77bb306Copy full SHA for 77bb306
ExampleMVVM/Infrastructure/Network/Endpoint.swift
@@ -12,6 +12,7 @@ public enum HTTPMethodType: String {
12
case head = "HEAD"
13
case post = "POST"
14
case put = "PUT"
15
+ case patch = "PATCH"
16
case delete = "DELETE"
17
}
18
0 commit comments