Function http.post |
Sends a HTTP POST request to a website, synchronously. Returns when the request completes, successfully or not. |
Syntax |
http.post(string url, string postData [, table headers]) |
Returns |
table a handle on success, or nil on failure |
Part of |
ComputerCraft |
API |
HTTP |