3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Json parameters support on DELETE #217

Closed fergonzalez closed 6 years ago

fergonzalez commented 7 years ago

Is there a way to send json parameters on a DELETE request as we can on a POST request?

3lvis commented 7 years ago

Hi @fergonzalez, I didn't add parameters to DELETE since didn't seem like the best idea at the time. What's your use case? :)

3lvis commented 6 years ago

Closing for lack of activity.

3lvis commented 6 years ago

Btw, this was fixed on master! :D