http.get

From ComputerCraft Wiki
Revision as of 14:55, 29 May 2012 by Pinkishu (Talk | contribs)

Jump to: navigation, search


Grid Redstone.png  Function http.get
Attempts to download the file and blocks until the "http_success" or "http_failure" events have been fired.
Syntax http.get(string url)
Returns table a file handle of a readonly file containing the data returned from the specified url.
Part of ComputerCraft
API HTTP