pagekit / vue-resource

The HTTP client for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ibyteyou opened this issue · comments

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!