nodeunit-httpclient icon indicating copy to clipboard operation
nodeunit-httpclient copied to clipboard

PATCH support

Open alexmipego opened this issue 11 years ago • 1 comments

Please add support for the PATCH verb which should be equal to POST or PUT.

alexmipego avatar Dec 04 '14 19:12 alexmipego

can i resolve this problem of supporting PATCH method ? for example create a new method like in library node-rest-client ?

// registering remote methods client.registerMethod("patchMethod", "http://remote.site/rest/json/method", "PATCH");

is it possible ?

e-noo avatar Feb 22 '15 11:02 e-noo