Add credit for HTTPX.js

This commit is contained in:
zefie
2022-12-04 07:20:59 -05:00
parent 9270755b68
commit 4075e68815

View File

@@ -1,3 +1,5 @@
// From https://stackoverflow.com/a/42019773
'use strict';
let net = require('net');
let http = require('http');