Added Basic HTTP stdlib

This commit is contained in:
gyoder 2025-07-11 12:19:26 -06:00
parent c8ffbb2af0
commit 4144fa2cba
6 changed files with 1370 additions and 25 deletions

10
cspell.json Normal file
View file

@ -0,0 +1,10 @@
{
"words": [
"htmlua",
"headermap",
"reqwest"
],
"userWords": [
"mlua"
]
}