clients
clients copied to clipboard
Request bodies ignored by restify clients on DELETE requests
Moved from: https://github.com/restify/node-restify/issues/742
The HTTP spec allows for DELETE request bodies, and the restify server works with DELETE request bodies, but the restify clients' del
method doesn't allow a payload as an argument.