Comparing version 2.6.0 to 2.7.0
2.7.0 / 2016-01-14 | ||
================== | ||
* feat: response event include data property | ||
* chore: Add host info into debug | ||
2.6.0 / 2015-12-09 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -356,4 +356,4 @@ /**! | ||
var requestUsetime = Date.now() - requestStartTime; | ||
debug('[%sms] done, %s bytes HTTP %s %s %s', | ||
requestUsetime, responseSize, statusCode, options.method, options.path); | ||
debug('[%sms] done, %s bytes HTTP %s %s %s %s', | ||
requestUsetime, responseSize, statusCode, options.method, options.host, options.path); | ||
@@ -368,2 +368,3 @@ var response = { | ||
keepAliveSocket: keepAliveSocket, | ||
data: data | ||
}; | ||
@@ -370,0 +371,0 @@ |
{ | ||
"name": "urllib", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
46884
716