Void postURL(NetHandle h, String post, HTTPURL url, [Pair<String, String> ] headers=createArray(1), HTTPversion version=HTTP10)
Arguments
h: An established network connection.post: The data to post, encoded as application/x-www-form-urlencoded dataurl: A HTTPURL.headers: A list of key/value pairs of extra HTTP headers (optional, defaulting to the empty list)version: The HTTP version
Usage
Post data to a URL by HTTP. The connection will then be ready to receive response data.