postman-request
Advanced tools
Comparing version 2.88.1-postman.28 to 2.88.1-postman.29
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "2.88.1-postman.28", | ||
"version": "2.88.1-postman.29", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
@@ -897,2 +897,3 @@ 'use strict' | ||
href: self.uri.href, | ||
headers: this.headers, | ||
proxy: (self.proxy && { href: self.proxy.href }) || undefined, | ||
@@ -1230,2 +1231,3 @@ httpVersion: '1.1' | ||
statusCode: response.statusCode, | ||
headers: response.headers, | ||
httpVersion: response.httpVersion | ||
@@ -1232,0 +1234,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
242743
3248