pagekit / vue-resource

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

$http({ type: 'delete' }) not sends body! #701

Closed ibyteyou closed 6 years ago

ibyteyou commented 6 years ago

Reproduction Link

https://codepen.io/PatriciusSanctus/pen/XBBLGM?editors=1010

Steps to reproduce

i trying generate request function with different method type

What is Expected?

requests must are the same

What is actually happening?

$http({ type: 'delete' }) not sends body!