Difference between revisions of "Http.post"
From ComputerCraft Wiki
(Created page with "{{lowercase}} {{Function |name=http.post |args=string url, string post |api=HTTP |returns=The response of the server or nil on failure. |addon=ComputerCraft }}") |
(Add description) |
||
Line 6: | Line 6: | ||
|returns=The response of the server or nil on failure. | |returns=The response of the server or nil on failure. | ||
|addon=ComputerCraft | |addon=ComputerCraft | ||
+ | |desc=Return the response of the server or nil on failure. | ||
}} | }} |
Revision as of 02:56, 3 July 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 |