Skip to content

Commit

Permalink
Merge pull request #14 from BartoszZarczynski/patch-method
Browse files Browse the repository at this point in the history
support for patch method
  • Loading branch information
pwszebor-vimn authored Aug 7, 2024
2 parents 1890c27 + 699c3ac commit 6feba36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/URLSessionDecodable/URLSessionDecodable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum HTTPMethod: String {
case get
case post
case put
case patch
}

extension URLSession {
Expand Down

0 comments on commit 6feba36

Please sign in to comment.