This topic describes the syntax, description, parameters, and return values of HTTP functions. This topic also provides examples of these functions.
http_request
The following table describes the details about this function.
| Item | Description |
|---|---|
| Syntax | http_request(req_info)
|
| Feature | Executes an HTTP request in non-blocking mode. |
| Parameter |
req_info: the request configurations. Data type: dictionary. This parameter contains
the following fields:
|
| Return value |
|
| Example | |