-
Notifications
You must be signed in to change notification settings - Fork 101
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
PATCH can be replaced by POST with X-HTTP-Method-Override PATCH #188
base: main
Are you sure you want to change the base?
Conversation
Adding the request body's content with application/offset+octet-stream
PATCH can be replaced by POST with X-HTTP-Method-Override PATCH
I'll fix the failing linter problem |
Ok, it seems the linter is failing for months now. |
Thank you, but I am wondering if this could also be achieved without copying the definition of the PATCH method? This duplicates a lot of code, which I would like to avoid. |
Sure, I'll look into it. |
Great, let me know if you find something suitable! |
@YassinHajaj Did you have any success with this so far? |
Hey @Acconut , No, I'm sorry. |
That you for the headsup! |
PATCH can be replaced by POST with X-HTTP-Method-Override PATCH