http_post (string url, map parameters[, string body]) ⇒ mixed
Uses the HTTP POST method to post data specified as a map to the specified URL. This method will return a string if successful or return null if the request throws an error.
First available: Version 1.7.4
Comments