openHttp
function openHttp(httpConn: http; url: string):boolean;
Opens the 'httpConn' connection to the 'url'. The 'url' must be in form 'http://servername[:port][/file]'. Returns true on success, or false if fails.
See also: Http connectivity