HttpGetBinary function

function HttpGetBinary(Const URL: string; Const Response: TStream): 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 stream. If all OK, result is true, else result is false.

See also:
THTTPSend