pdf-icon

HTTP

Functional Description

Create/Send HTTP Requests
**Note:
1. This function needs to use the online version of UIFlow
2. For offline download and run, you need to add WiFi Connector to setup. View WiFi Connection Procedure Instructions

Http Request Create Http access requests, methods for GET, POST, DELET, PUT, PATCH, URL for the full HTTP connection address, in the form of a dictionary to create the data headers Headers, Data data, send the success of the implementation of the Success, send the failure of the implementation of the Fail.

Get Status Code Return status code

Get Data Return request data

Instructions

Send a GET request to Baidu, return the data and print it.

On This Page