|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)... |
|
|
|
|
|
|
|
| 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". |
|
|
|
|
|
|
|
| Retrieves the result or the header of last HTTP request run. |
|
|
|
|
|
|
|
| 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". |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| Starts an HTTP request on a server. |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend. |
|
|
|
|
|
|
|
| Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice... |
|
|
|
|
|
|
|
| Specifies the HTTP code that will be returned to the client after the server code of the page... |
|
|
|
|
|
|
|
| Specifies the custom HTTP code that will be returned to the client after the server code... |
|
|
|
|
|
|
|
| Specifies the custom HTTP code that will be returned when the execution of the REST Webservice... |
|
|
|
|
|
|
|
| WDTestRest is used to test the calls to an HTTP REST web service or to run a Web API accessible... |
|
|
|
|
|
|
|
| A REST WebService is a program hosted on a server containing functions accessible via HTTP... |
|
|
|
|
|
|
|
| ... of a successful HTTP request. |
|
|
|
|
|
|
|
| Reads and returns one or more HTTP headers received by the current page (these headers are sent... |
|
|
|
|
|
|
|
| Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt... |
|
|
|
|
|
|
|
| The Google Contact service is used to manage contacts on Internet...... |
|
|
|
|
|
|
|
| The Google Contact service is used to manage contacts on Internet...... |
|
|
|
|
|
|
|
| List of functions for managing Google contacts... |
|
|
|
|
|
|
|
| Adds an additional HTTP header that will be returned to the browser:
during the next function... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|