Update http.js

This commit is contained in:
Namhyeon Go 2024-07-10 12:59:28 +09:00 committed by GitHub
parent be6937156f
commit 92c9ae3063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
// http.js
// HTTP client module for WelsonJS framework
// Namhyeon Go <abuse@catswords.net>
// https://github.com/gnh1201/welsonjs
var SYS = require("lib/system");