Schneemann

CC HTTP Test

May 8th, 2021 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local request = http.get("localhost")
  2. print(request.readAll())
  3. -- => HTTP is working!
  4. request.close()
Add Comment
Please, Sign In to add comment