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".
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
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.).
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.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice...
PageWriteHTTPCode (Function)
Specifies the HTTP code that will be returned to the client after the server code of the page...
PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code...
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice...
WDTestRest: REST web service test tool
WDTestRest is used to test the calls to an HTTP REST web service or to run a Web API accessible...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
ProcedureEntête (Property)
... of a successful HTTP request.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent...
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt...
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Google Contacts management functions
List of functions for managing Google contacts...
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function...
1
2
3
4
5
6
25
>