http.post

From ComputerCraft Wiki
Revision as of 19:54, 20 April 2014 by Shazz (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  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