jeremys/Simple-Rest-Client-Chrome-Extension

Support for method "PATCH"

pingvinen opened this issue · 0 comments

I use the PATCH method (http://tools.ietf.org/html/rfc5789) when I implement REST services for large entities. It would be nice to have the option to select PATCH as the method.

It does not need to behave any differently than POST, except, of course, setting the method to PATCH.