mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 20:56:04 +00:00
Update http.js
This commit is contained in:
parent
54e7bb77f6
commit
b3bb9ba28c
|
@ -1027,6 +1027,7 @@ var HTTPObject = function(engine) {
|
|||
|
||||
this.attachDebugger = function(_debugger) {
|
||||
this.setProxy({
|
||||
"enabled": true,
|
||||
"provider": _debugger.toLowerCase()
|
||||
});
|
||||
this.isVerifySSL = false;
|
||||
|
@ -1154,7 +1155,7 @@ exports.parseURL = parseURL;
|
|||
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
|
||||
exports.defaultUserAgent = DEFAULT_USER_AGENT; // compatible with the specific case
|
||||
|
||||
exports.VERSIONINFO = "HTTP client module (http.js) version 0.7.29";
|
||||
exports.VERSIONINFO = "HTTP client module (http.js) version 0.7.30";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user