Advertisement
Guest User

Untitled

a guest
Dec 12th, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local response = http.get( "http://guudelp.com/logsimple.cgi" )
  2. if response then
  3. print( "Got It!" )
  4. local sResponse = response.readAll()
  5. print ( sResponse )
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement