Advertisement
jared314

Untitled

Jul 3rd, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local internet = require("internet")
  2.  
  3. function stuff(chunk)
  4. print(chunk)
  5. end
  6.  
  7. for chunk in internet.request("http://jaredeverett.ca/base_logger/code/test.php", {test = "variable", another = 1}) do
  8. stuff(chunk)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement