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

Feature Proposal: Include PATCH method #70

Closed
dariok opened this issue Apr 2, 2020 · 1 comment
Closed

Feature Proposal: Include PATCH method #70

dariok opened this issue Apr 2, 2020 · 1 comment

Comments

@dariok
Copy link

dariok commented Apr 2, 2020

(this has also been mentioned in a comment to #22)

The PATCH method as defined in RFC5789 is especially useful in an XML database environment. I think it should be included in the available methods.

While in baseX allows the use of custom verbs in %rest:method, eXist does not – which means that PATCH requests are not possible in eXist.
With the PATCH method established in said RFC, I think it would be a good idea to include it so that there can be a standard way of RESTful patching.

@adamretter
Copy link
Member

This has been added in #88 as %rest:PATCH

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

No branches or pull requests

2 participants