Home > comp > gb.net.curl > httpclient > get 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
HttpClient.Get (gb.net.curl)
Syntax
SUB Get ( [ TargetFile AS String ] )
This method performs a call to the http server using the standard 'GET' method.

Prior to use it you have to fill the URL property with the desired host name and document to retrieve.

If TargetFile is not specified, data received from server is stored in memory, and you can access to the document using standard stream methods or the Peek method.

If TargetFile is specified, data received from server will be saved in the specified file, and will be not available in the internal memory buffer.