Allow DELETE requests to have a content body, and properly serialize data to the...
authordmethvin <dave.methvin@gmail.com>
Sat, 23 Oct 2010 17:23:51 +0000 (13:23 -0400)
committerJohn Resig <jeresig@gmail.com>
Mon, 25 Oct 2010 20:06:02 +0000 (13:06 -0700)
commit09022e0b09db71259751e7146bb64727615028af
treeab66b56d49258aaa9ac2acdd963a47f10d8619a7
parent974b5aeab7a3788ff5fb9db87b9567784e0249fc
Allow DELETE requests to have a content body, and properly serialize data to the url for HEAD requests. Fixes #7285.
src/ajax.js
test/unit/ajax.js