Update http.js

This commit is contained in:
Namhyeon Go 2022-09-29 03:44:45 +09:00 committed by GitHub
parent b21ba01f5f
commit b3e4ddc8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,5 +953,6 @@ exports.put = put;
exports._delete = _delete;
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.5";
exports.AUTHOR = "catswords@protonmail.com";
exports.global = global;
exports.require = global.require;