Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the PATCH verb to Pound. #1

Open
wants to merge 1 commit into
base: pcidss/v2.6
Choose a base branch
from

Conversation

funkaoshi
Copy link

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.

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.
@funkaoshi
Copy link
Author

This needs to be tested properly, though the change reads correctly to me. I've updated the REGEX that allows various HTTP verbs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant