RequestHttpData
Result = RequestHttpData(Index, PostRequest$)
 
Parameters:

    Index = Http index
    PostRequest$ = post request
Returns:

    Result = state of the request
 

RequestHttpData requests data from a Http connection. When the request was succesful the function will return 1 and create a new file with the given name. If an error occured the function will return 0. You can specify a request type in PostRequest$. By default "GET" is used.
In order to actually transfer data you need to frequently call the function HttpTransfer.
 
Related Info: :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com