Update http.js
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
Namhyeon Go 2024-09-28 16:44:43 +09:00 committed by GitHub
parent 8300e1dba4
commit 94183f1e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1222,7 +1222,7 @@ exports.parseURL = parseURL;
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
exports.defaultUserAgent = DEFAULT_USER_AGENT; // compatible
exports.VERSIONINFO = "HTTP REST Client (http.js) version 0.7.37";
exports.VERSIONINFO = "HTTP REST Client (http.js) version 0.7.38";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;