Skip to content

Releases: SecurityCompass/pound

Pound with support for the PATCH verb.

17 Jul 18:36
Compare
Choose a tag to compare
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.