Add support for the PATCH verb to Pound. PATCH is another HTTP verb commonly used in modern API frameworks to indicate a user is making a partial change to a resource. It's now an option included when you also activate PUT and DELETE.
Add support for the PATCH verb to Pound. PATCH is another HTTP verb commonly used in modern API frameworks to indicate a user is making a partial change to a resource. It's now an option included when you also activate PUT and DELETE.