We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The HTTP 1.1 RFC doesn't define method PATCH, but it mentions it's RFC https://datatracker.ietf.org/doc/html/rfc7231#page-29
https://datatracker.ietf.org/doc/html/rfc5789
I can use router.all to implement method OPTIONS, but method PATCH fails before the callback, so I cannot use router.all to implement method PATCH.
Thus I currently don't know of a workaround to support method PATCH.
The text was updated successfully, but these errors were encountered:
The problem is not lib-router, but XP enonic/xp#9131
Sorry, something went wrong.
The problem is not lib-router
lib-router has to be updated when XP supports PATCH
No branches or pull requests
The HTTP 1.1 RFC doesn't define method PATCH, but it mentions it's RFC
https://datatracker.ietf.org/doc/html/rfc7231#page-29
https://datatracker.ietf.org/doc/html/rfc5789
I can use router.all to implement method OPTIONS, but method PATCH fails before the callback, so I cannot use router.all to implement method PATCH.
Thus I currently don't know of a workaround to support method PATCH.
The text was updated successfully, but these errors were encountered: