mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 12:16:04 +00:00
Update http.js
This commit is contained in:
parent
a96052ce27
commit
062d00098e
|
@ -1045,8 +1045,9 @@ exports._delete = _delete;
|
||||||
|
|
||||||
exports.parseURL = parseURL;
|
exports.parseURL = parseURL;
|
||||||
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
|
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
|
||||||
|
exports.defaultUserAgent = DEFAULT_USER_AGENT; // compatible with the specific case
|
||||||
|
|
||||||
exports.VERSIONINFO = "HTTP request module (http.js) version 0.7.17";
|
exports.VERSIONINFO = "HTTP request module (http.js) version 0.7.18";
|
||||||
exports.AUTHOR = "abuse@catswords.net";
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user