jgritman / httpbuilder

315 stars 154 forks source link

Support for request body in DELETE HTTP method #81

Open vishal-biyani opened 7 years ago

vishal-biyani commented 7 years ago

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.