iteration

This commit is contained in:
2023-10-09 06:54:35 -04:00
parent e6ed55bcc7
commit bb0d27b755
9 changed files with 515 additions and 77 deletions

14
lib/ccttp.lua Normal file
View File

@@ -0,0 +1,14 @@
-- Desc: CCTTP Networking Library
-- Auth: Layla Manley
-- Link: https://gitea.layla.gg/layla/computercraft
local interface Response
status: number
body: string
end
function get(url: string): Response:
return true
end