vronic / chrome-rest-client

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

Add PATCH method #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Look at the app
2. Try to figure out how to do an HTTP Patch
3. Write some code instead :)

What is the expected output? What do you see instead?
I would expect to see an additional radio button.

What version of the product are you using? On what operating system?
Mac

Please provide any additional information below.

Original issue reported on code.google.com by dale.mcc...@gmail.com on 9 Sep 2011 at 4:38

GoogleCodeExporter commented 8 years ago
This is an enhancement request, not a defect.

Original comment by dale.mcc...@gmail.com on 9 Sep 2011 at 4:39

GoogleCodeExporter commented 8 years ago
According to w3c there is no standard "PATCH" method 
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html). But there are 2 more 
that are not included in app.
I will add (soon) and option to add custom request methods.

Original comment by jarro...@gmail.com on 21 Sep 2011 at 8:15

GoogleCodeExporter commented 8 years ago
The RFC for Patch as part of HTTP 1.1 is below:
http://tools.ietf.org/html/rfc5789

Maybe the RFC that the w3c does not include all the HTTP 1.1 methods...

Original comment by dale.mcc...@gmail.com on 21 Sep 2011 at 8:30

GoogleCodeExporter commented 8 years ago
I guess it says "proposed standard"... so that may explain it. None the less, 
many REST APIs are using PATCH because the web servers of the world support it.

Original comment by dale.mcc...@gmail.com on 21 Sep 2011 at 8:32

GoogleCodeExporter commented 8 years ago
Also of note, Google GDATA, Salesforce REST and the OData spec all support 
Patch.

Original comment by dale.mcc...@gmail.com on 21 Sep 2011 at 8:34

GoogleCodeExporter commented 8 years ago
Got it :)

Original comment by jarro...@gmail.com on 21 Sep 2011 at 8:55

GoogleCodeExporter commented 8 years ago

Original comment by jarro...@gmail.com on 27 Sep 2011 at 8:13