ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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 (prefix syntax)
List of HTTP functions
HTTP functions
List of HTTP functions
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".
<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".
HTTP constants
List of constants used by the HTTP functions....
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form...
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend...
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS...
HTTPSendForm (Function)
Sends an HTTP form.
HTTPCreateForm (Function)
Creates an HTTP form.
HTTPAddFile (Function)
Adds a file to the HTTP form.
HTTPRequest (Function)
Starts an HTTP request on a server.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy...
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Method (Property)
The Method property specifies the HTTP method used.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
1
2
>