Web Vuser Functions: C Language (WEB)
HTTP-related functions have a web prefix.
See:
Connection Definition Functions
Alphabetical Listing of Web Functions
| web_custom_request | Allows you to create a custom HTTP request with any method supported by HTTP. |
| web_image | Emulates a mouse click on the image defined by the attributes. |
| web_link | Emulates a mouse click on the link defined by the attributes. |
| web_rest | Sends a REST API request using any method supported by HTTP. |
| web_submit_data | Performs an "unconditional" or "contextless" form submission. |
| web_submit_form | Emulates the submission of a form. |
| web_url | Loads a specific URL. |
- web_custom_request