HTTP Functions
Functions for making external web requests from within the executor.
httpget
Performs an HTTP GET request.
| Lua | |
|---|---|
Parameters:
- url (string): URL to request
Returns: Response body as string
Example:
Functions for making external web requests from within the executor.
httpgetPerforms an HTTP GET request.
| Lua | |
|---|---|
Parameters:
- url (string): URL to request
Returns: Response body as string
Example: