diff --git a/Sources/URLSessionDecodable/URLSessionDecodable.swift b/Sources/URLSessionDecodable/URLSessionDecodable.swift index ea5eaa4..c8173f5 100644 --- a/Sources/URLSessionDecodable/URLSessionDecodable.swift +++ b/Sources/URLSessionDecodable/URLSessionDecodable.swift @@ -10,6 +10,7 @@ public enum HTTPMethod: String { case get case post case put + case patch } extension URLSession {