Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local response = http.get( "http://guudelp.com/logsimple.cgi" )
- if response then
- local sResponse = response.readAll()
- response.close()
- print ( sResponse )
- end
- looped (not working)
- for nil=1, 10000 do
- local response = http.get( "http://guudelp.com/logsimple.cgi" )
- if response then
- local sResponse = response.readAll()
- response.close()
- print ( sResponse )
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement