http.get

From ComputerCraft Wiki
Revision as of 14:54, 29 May 2012 by Pinkishu (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=http.get |args=string url |api=http |returns=table a file handle o...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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