http.request
From ComputerCraft Wiki
Revision as of 03:31, 17 September 2012 by Thesbros (Talk | contribs) (Fixed example -- http://www.computercraft.info/forums2/index.php?/topic/3467-)
Function http.request | |
Sends a HTTP request to the website. Returns event "http_success" on success. | |
Syntax | http.request() |
Returns | event "http_success" on success. |
Part of | ComputerCraft |
API | http |
Examples
Example | |
Prints the code of a loading bar program if successful. | |
Code |
http.request("http://pastebin.com/raw.php?i=Tk19jv43") |