|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| Starts an HTTP request on a server. |
|
|
|
|
|
|
|
| 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". |
|
|
|
|
|
|
|
| List of constants used by the HTTP functions.... |
|
|
|
|
|
|
|
| The monitoring robot will read the header and the content of a web page...... |
|
|
|
|
|
|
|
| ... or the HTTPSendAsynchronous function when the HTTP server responds. |
|
|
|
|
|
|
|
| WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min |
|
|
|
|
|
|
|
| Displays a progress bar when:
receiving the response to an HTTP request.
sending an HTTP form... |
|
|
|
|
|
|
|
| The UserAgent property identifies the client of an HTTP/HTTPS request.... |
|
|
|
|
|
|
|
| The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request.... |
|
|
|
|
|
|
|
| The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS... |
|
|
|
|
|
|
|
| Retrieves the cookies read by a call:
to HTTPRequest for an HTTP domain.
to HTTPSend... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|