http.post

From ComputerCraft Wiki
Revision as of 18:49, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)

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