HTTP_Get
Executing HTTP Get for the selected URL .
If param LStream is not null - after execution it will be filled with results.
Results of execution can be obtained by HTTP_Body and HTTP_Header.
NB: If HTTP_Get failed - HTTP_Header will return error message;
Pascal
procedure HTTP_Get(URL : String;LStream: TMemoryStream = nil);
Python
def HTTP_Get(URL): -> string