asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

Delete keyword does not accept a body parameter #87

Closed ghost closed 3 years ago

ghost commented 4 years ago

The Delete keyword does not accept a Body parameter, but it should be able to send a Delete request with a body. Maybe an optional parameter At least according to RFC7231

asimell commented 3 years ago

This is merged with #113 .