UIFlow Guide
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
Send a GET request to Baidu, return the data and print it.