Comparing version 2.2.0 to 2.3.0
# easysoap changelog | ||
## 2.3.0 | ||
* change: add gzip as parameter | ||
## 2.2.0 | ||
@@ -4,0 +7,0 @@ * change: output gets more flatten |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"main": "./src/index.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
@@ -0,0 +0,0 @@ (() => { |
@@ -225,2 +225,6 @@ (() => { | ||
if (!params.gzip) { | ||
params.gzip = false; | ||
} | ||
// add custom headers | ||
@@ -243,2 +247,3 @@ if (params.headers) { | ||
rejectUnauthorized: this._params.rejectUnauthorized, | ||
gzip : params.gzip, | ||
method : 'POST' | ||
@@ -245,0 +250,0 @@ }); |
@@ -0,0 +0,0 @@ (() => { |
Sorry, the diff of this file is not supported yet
29129
10
541