Difference between revisions of "Http.post"
From ComputerCraft Wiki
(Add description) |
m (Moved to CAT:LuaCoreFunctions) |
||
Line 8: | Line 8: | ||
|desc=Return the response of the server or nil on failure. | |desc=Return the response of the server or nil on failure. | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:49, 28 November 2012
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 |