Skip to content

Add support for the PATCH verb to Pound.#1

Open
funkaoshi wants to merge 1 commit intopcidss/v2.6from
pcidss/v2.6-patch-support
Open

Add support for the PATCH verb to Pound.#1
funkaoshi wants to merge 1 commit intopcidss/v2.6from
pcidss/v2.6-patch-support

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

Development

Successfully merging this pull request may close these issues.

1 participant