addHttpBody


procedure addHttpBody(httpConn: http; data: string);

Appends 'data' to the http request message body. Only POST request may contain a non-empty body.

See also: Http connectivity