TIpClientHttp() > Methods |
Retrieves all data from a URL.
:readAll() --> cURLContent
Method :readAll() retrieves all data from a URL and returns it as a character string. Normally, a URL points to an HTML file stored on an HTTP server. The method returns the contents of the file, which may need to be analyzed for retrieving linked files, such as image files.
http://www.xHarbour.com