question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing PATCH-Verb

See original GitHub issue

Is there a possibility to issue PATCH-requests without using the semi-standard X-HTTP-Method-Override header, e.g. Fuel.patch(...)?

Maybe I’m just not seeing it, there is a patch method defined here but it’s not exposed like GET, POST, PUT or DELETE. Is there a reason for this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kittinunfcommented, Mar 10, 2017

Yes … you are right. I think Fuel should expose that as Fuel.patch then cover the X-HTTP-Method-Override behind the scene. I will include this into the next release.

0reactions
SleeplessBytecommented, Nov 26, 2018

Is it currently not correctly documented?

Read more comments on GitHub >

github_iconTop Results From Across the Web

PATCH - HTTP - MDN Web Docs
The HTTP PATCH request method applies partial modifications to a resource. PATCH is somewhat analogous to the "update" concept found in CRUD ...
Read more >
"PATCH" HTTP verb is not available for RESTful services
Oracle SOA Suite - Version 12.2.1.3.0 to 12.2.1.4.0 [Release 12c]: "PATCH" HTTP verb is not available for RESTful services.
Read more >
Patch Definition & Meaning - Merriam-Webster
verb ; a · to make of patches or fragments ; b · to mend or put together especially in hasty or shabby...
Read more >
REST APIs: Workaround for missing PATCH verb in Tomcat/AJP
Our initial solution is to just use PUT and document its behaviour as that of PATCH. Any better ideas? Home · Categories ·...
Read more >
PATCH (HTTP) - Wikipedia
In computing, the PATCH method is a request method in HTTP for making partial changes to an existing resource. ... The PATCH method...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found