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

Add support for the PATCH method #33

Closed
GoogleCodeExporter opened this issue Apr 9, 2016 · 3 comments
Closed

Add support for the PATCH method #33

GoogleCodeExporter opened this issue Apr 9, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I'm a little unclear on the status of this method (whether it's been accepted 
as part of the HTTP 
spec or not) but it's gaining mindshare in the blogosphere (Fielding has 
written about it recently), 
so it may be worth supporting.

Here's the latest draft: 
http://www.ietf.org/internet-drafts/draft-dusseault-http-patch-11.txt

Original issue reported on code.google.com by aviflax on 19 Feb 2008 at 4:56

@GoogleCodeExporter
Copy link
Author

It is not yet supported by the Commons HTTP Client library (which is used 
internally
by RESTClient). The next version of this:

http://hc.apache.org/httpcomponents-client/index.html

Also does not seem to support PATCH. Probably we can open a bug request in that 
project.

Original comment by subwiz on 20 Feb 2008 at 5:13

@GoogleCodeExporter
Copy link
Author

Changing priority to Low.

Original comment by subwiz on 11 Mar 2008 at 4:53

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

r600 & r601 adds support for PATCH method.

Original comment by subwiz on 11 Jul 2012 at 4:45

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant