nodeunit-httpclient
nodeunit-httpclient copied to clipboard
PATCH support
Please add support for the PATCH verb which should be equal to POST or PUT.
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 ?