Update http.js

This commit is contained in:
Namhyeon Go 2024-09-25 15:52:47 +09:00
parent f1e45f01bb
commit 4327651e1d

View File

@ -1,6 +1,6 @@
// http.js
// HTTP REST Client for WelsonJS framework
// Namhyeon Go <abuse@catswords.net>
// Namhyeon Go (Catswords Research) <abuse@catswords.net>
// https://github.com/gnh1201/welsonjs
var SYS = require("lib/system");
var FILE = require("lib/file");