|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Retrieves the cookies read by a call to HTTPSend for an HTTP domain. |
|
|
|
|
|
|
|
| Enables or disables the management of cookies in an HTTP request run by HTTPRequest. |
|
|
|
|
|
|
|
| Returns the value of a cookie received further to an HTTP request. |
|
|
|
|
|
|
|
| Replaces all cookies stored by HTTPSend for a domain. |
|
|
|
|
|
|
|
| Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest. |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
|
| Sends a REST request and waits for the server response. |
|
|
|
|
|
|
|
| The Cookie type is used to handle the cookies transmitted in the HTTP requests. |
|
|
|
|
|
|
|
| List of constants used by the HTTP functions. |
|
|
|
|
|
|
|
| Adds a file to the HTTP form. |
|
|
|
|
|
|
|
| Adds a parameter to an HTTP form. |
|
|
|
|
|
|
|
| Cancels the declaration of an HTTP form and frees all its resources. |
|
|
|
|
|
|
|
| Modifies the client certificate used by default to identify oneself on a server. |
|
|
|
|
|
|
|
| Configures the functions that use the HTTP protocol.
|
|
|
|
|
|
|
|
| Retrieves the cookies read by a call: |
|
|
|
|
|
|
|
| Enables or disables the management of cookies in an HTTP request run: |
|
|
|
|
|
|
|
| Returns the value of a cookie received further to an HTTP request. |
|
|
|
|
|
|
|
| Replaces all the cookies stored for a domain: |
|
|
|
|
|
|
|
| Deletes all the cookies (globally or for a domain) stored: |
|
|
|
|
|
|
|
| Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
|
| Indicates the backup file for the result of next HTTP request, run in the same thread. |
|
|
|
|
|
|
|
| Usage example of the HTTPGetResult function |
|
|
|
|
|
|
|
| Retrieves the result or the header of last HTTP request run. |
|
|
|
|
|
|
|
| Lists the client certificates found on the computer to authenticate on a server. |
|
|
|
|
|
|
|
| The httpProgress type is used to manage the progress when sending or receiving an HTTP request. |
|
|
|
|
|
|
|
Displays a progress bar when: - receiving the response to an HTTP request.
- sending an HTTP form (HTTPSendForm) or an HTTP query.
|
|
|
|
|
|
|
|
| Usage example of the HTTPRequest function |
|
|
|
|
|
|
|
| Starts an HTTP request on a server. |
|
|
|
|
|
|
|
| The httpRequest type gets the advanced characteristics of an HTTP/HTTPS request. |
|
|
|
|
|
|
|
| Clears an HTTP form that is being edited. |
|
|
|
|
|
|
|
| The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request. |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Usage example of the HTTPSendForm function |
|
|
|
|
|
|
|
| Simulates a slow network by limiting the download and upload speed. |
|
|
|
|
|
|
|
| Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes. |
|
|
|
|
|
|
|
| Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend. |
|
|
|
|
|
|
|
| Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers. |
|
|
|
|
|
|
|
| The restRequest type is used to define the advanced characteristics of a REST request. |
|
|
|
|
|
|
|
| The restResponse type is used to define all the advanced characteristics of a REST response. |
|
|
|
|
|
|
|
| Sends a REST request and waits for the server response. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|