http.post

From ComputerCraft Wiki
Revision as of 02:56, 3 July 2012 by Thesbros (Talk | contribs) (Add description)

Jump to: navigation, search


Grid Redstone.png  Function http.post
Return the response of the server or nil on failure.
Syntax http.post(string url, string post)
Returns The response of the server or nil on failure.
Part of ComputerCraft
API HTTP