http.post

From ComputerCraft Wiki
Revision as of 11:19, 24 June 2012 by Wukl (Talk | contribs) (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 }}")

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


Grid Redstone.png  Function http.post
No description provided.
Syntax http.post(string url, string post)
Returns The response of the server or nil on failure.
Part of ComputerCraft
API HTTP