http.post
From ComputerCraft Wiki
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 |