2
0
mirror of https://git.coolaj86.com/coolaj86/request.js synced 2025-06-09 01:36:32 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
d90f397d8d v1.3.13: bugfix default method GET 2019-11-01 01:24:07 -06:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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