http.post

From ComputerCraft Wiki
Revision as of 23:15, 5 May 2013 by Hawk777 (Talk | contribs) (Type-templatify, link to handles documentation in API page, deduplicate description)

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)
Returns table a handle on success, or nil on failure
Part of ComputerCraft
API HTTP