HttpGetText function
function HttpGetText(Const URL: string; Const Response: TStrings): Boolean;
Unit
HTTPSend
Description
This is useful function and example of use THTTPSend object.
It implement GET method of HTTP protocol. This function send GET metod for URL document at HTTP server.
Returned document is in Response stringlist (without any headers). If all OK, result is true, else result is false.
See also:
THTTPSend