Skip to content

Commit 6feba36

Browse files
Merge pull request #14 from BartoszZarczynski/patch-method
support for patch method
2 parents 1890c27 + 699c3ac commit 6feba36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/URLSessionDecodable/URLSessionDecodable.swift

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public enum HTTPMethod: String {
1010
case get
1111
case post
1212
case put
13+
case patch
1314
}
1415

1516
extension URLSession {

0 commit comments

Comments
 (0)