supra-http
Advanced tools
Comparing version 1.3.4 to 1.4.0
@@ -79,2 +79,5 @@ "use strict"; | ||
}; | ||
if (typeof options.followRedirect === "boolean") { | ||
mergedOptions.followRedirect = options.followRedirect; | ||
} | ||
if (options.httpTimeout) { | ||
@@ -81,0 +84,0 @@ mergedOptions.timeout = options.httpTimeout; |
@@ -8,2 +8,3 @@ /// <reference types="node" /> | ||
form?: string | object; | ||
followRedirect?: boolean; | ||
json?: boolean; | ||
@@ -10,0 +11,0 @@ headers?: Record<string, string>; |
{ | ||
"name": "supra-http", | ||
"version": "1.3.4", | ||
"version": "1.4.0", | ||
"description": "Circuit breaking http client for NodeJs. And it is fast...", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
49633
1142