Comparing version 2.3.10 to 2.3.11
2.3.11 / 2015-08-12 | ||
================== | ||
* fix: httpclient support curl too | ||
2.3.10 / 2015-08-12 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -714,3 +714,3 @@ /**! | ||
HttpClient.prototype.request = function (url, args, callback) { | ||
HttpClient.prototype.request = HttpClient.prototype.curl = function (url, args, callback) { | ||
if (typeof args === 'function') { | ||
@@ -717,0 +717,0 @@ callback = args; |
{ | ||
"name": "urllib", | ||
"version": "2.3.10", | ||
"version": "2.3.11", | ||
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
45615