Releases: SecurityCompass/pound
Releases · SecurityCompass/pound
Pound with support for the PATCH verb.
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.