h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Add support for the PATCH method #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
Changing priority to Low.

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

GoogleCodeExporter commented 8 years ago
r600 & r601 adds support for PATCH method.

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