v1.4.1: GET by default *after* POST body check

This commit is contained in:
AJ ONeal 2019-10-29 21:53:39 -06:00
parent 8f5133385b
commit 1692b9e7df
2 changed files with 2 additions and 2 deletions

View File

@ -504,7 +504,7 @@ function setDefaults(defs) {
var _defaults = {
sendImmediately: true,
method: 'GET',
//method: 'GET',
headers: {},
useQuerystring: false,
followRedirect: true,

View File

@ -1,6 +1,6 @@
{
"name": "@root/request",
"version": "1.4.0",
"version": "1.4.1",
"description": "A lightweight, zero-dependency drop-in replacement for request",
"main": "index.js",
"files": [