Http success (event)
From ComputerCraft Wiki
Revision as of 11:52, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Created event page for http_success)
This page needs some serious TLC, stat! Please help us by cleaning it, fixing it up, or sparing it some love.
(Reason: A demonstration on the use and handling of this event would be beneficial. AfterLifeLochie 15:52, 30 November 2012 (MSK)) |
Event http_success | |
Fired when a call to http.request(), http.get() or http.post() completes successfully. | |
Returned Object 1 | The URL to the website. |
Returned Object 2 | A table containing functions to get the text of the request's reply. |