wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

HTTP PATCH method is missing #45

Closed MovGP0 closed 8 years ago

MovGP0 commented 8 years ago

RFC5789 defines a PATCH method for partially changing a resource. Unfortunately this is still missing, since "only" GET, HEAD, POST, PUT, DELETE, Options and Trace are available.

subwiz commented 8 years ago

Support added.