HttpGetText function

function HttpGetText(Const URL: string; Const Response: TStrings): Boolean;

Unit
HTTPSend

Description
A very useful function, and example of use can be found in the THTTPSend object.

It implements the GET method of the HTTP protocol. This function sends the GET method for URL document to an HTTP server.

Returned document is in the "Response" stringlist (without any headers). Returns boolean TRUE if all went well.
.


See also:
THTTPSend