Update http.js

This commit is contained in:
Namhyeon Go 2024-05-22 18:36:01 +09:00 committed by GitHub
parent a96052ce27
commit 062d00098e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1045,8 +1045,9 @@ exports._delete = _delete;
exports.parseURL = parseURL;
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.global = global;
exports.require = global.require;