Allow PATCH method in api requests #31
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commit message:
PATCH is an HTTP method used for partially updating a resource, and can
include URL parameters as well as a request body. For more information
on the PATCH method, see RFC 5789 (http://tools.ietf.org/html/rfc5789).
Notes:
This is a tiny update, tested and functioning on my own api that is using RESTstop2. If you'd rather just make the edit yourself instead of merging in the pull request that's fine. Please just let me know if you decide to make the update so I can switch back to using the official package for now. I know it's deprecated, but until I roll my own I'll continue to use your RESTstop2 package.
This is also my first pull request, so if I've done something wrong, please forgive me.