This is too simple to make an example.
Use TCP/IP Open to open a connection.
Use TCP/IP Write to write the request.
Use TCP/IP Read to read the data.
Look at the TCP/IP examples for details.
Put the TCP/IP Read in a while loop, until you get an error (probably
"connection closed by peer" or something). Put "Connection: close" in the
HTTP Post header, so the connection will be closed by the server.
Regards,
Wiebe.