Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local internet = require("internet")
- function stuff(chunk)
- print(chunk)
- end
- for chunk in internet.request("http://jaredeverett.ca/base_logger/code/test.php", {test = "variable", another = 1}) do
- stuff(chunk)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement