Closed pv7721 closed 7 years ago
Judging from this SO thread, it appears to be allowed, but ignored.
http://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request
Reading SO comments, make sense to me to enable to do this with resty
.
Then one could be able to send a body if I need and I server user it.
What is your mind on this? (If okey, I'll add this feature)
Next major version of resty will support it. (implemented in the refactor branch)
Otherwise for use case like , it's better I think to make use of the Header than a payload.
I would like to use this functionality as well. Can this be released?
@rhlsthrm It would need me to refresh and complete the refactor I started two years ago. but this may happens :)
this should normally land with #50 pr
Hello,
I know that as this is vaguely touched in the HTTP spec, most REST tools are very touchy about this subject: some disallow completely such behaviour, and resty seems to ignore any payload given along a DELETE request. So is this an issue or works as designed? Thanks!