You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.