iteration
This commit is contained in:
14
lib/ccttp.lua
Normal file
14
lib/ccttp.lua
Normal 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
|
||||
Reference in New Issue
Block a user