@alicloud/pop-core
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -141,4 +141,9 @@ 'use strict'; | ||
return httpx.request(url, opts).then((response) => { | ||
entry.request = response.req; | ||
entry.response = response; | ||
entry.request = { | ||
headers: response.req._headers | ||
}; | ||
entry.response = { | ||
statusCode: response.statusCode, | ||
headers: response.headers | ||
}; | ||
@@ -145,0 +150,0 @@ return httpx.read(response); |
{ | ||
"name": "@alicloud/pop-core", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "AliCloud POP SDK core", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14930
374