mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-10 05:36:04 +00:00
Update http.js
This commit is contained in:
parent
b21ba01f5f
commit
b3e4ddc8d1
|
@ -953,5 +953,6 @@ exports.put = put;
|
||||||
exports._delete = _delete;
|
exports._delete = _delete;
|
||||||
|
|
||||||
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.5";
|
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.5";
|
||||||
|
exports.AUTHOR = "catswords@protonmail.com";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user