You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Moved from: restify/node-restify#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.The text was updated successfully, but these errors were encountered: