ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTP functions (prefix syntax)
List of HTTP functions
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
HTTP functions
List of HTTP functions
<httpRequest variable>.SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPRequest (Function)
Starts an HTTP request on a server.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
FBRequest (Function)
Sends an HTTP request to the Facebook Graph API.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest....
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
1
2
3
4
5
6
25
>