jgritman/httpbuilder

Support for request body in DELETE HTTP method

vishal-biyani opened this issue · 0 comments

It would be great to have support for request body in DELETE request out of the box. (Instead of overriding methods as suggested in #44 ) Since there is no clear mention to forbid request body in DELETE request, quite a few API servers have implemented them.