pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

Fixed delete method forcing JSON content type #704

Open AmazingDreams opened 6 years ago

AmazingDreams commented 6 years ago

I was having trouble using the DELETE method. It was forcing Content-Type: text/html; charset=UTF-8. This "crashed" my web framework as it was trying to parse JSON while there wasn't any content.