rest-client / rest-client

Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.

Home Page:https://rubydoc.info/github/rest-client/rest-client/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rest-client .delete does not have optional payload argument

Meta4245 opened this issue · comments

commented

rest-client's .delete does not have an optional payload argument. MDN specifies that the HTTP verb DELETE may have a payload.

edit: Found a PR (#98) that fixes this. I guess this issue serves as an issue that was supposed to be opened for that PR.