http.get
From ComputerCraft Wiki
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 |