sendHttpMessage
function sendHttpMessage(httpConn: http): integer;
This function send the http request, waits for the response and returns http response code or -1 if an internal error occured. The list of http response codes can be found at this location (generally, 200 means OK).
See also: Http connectivity