sdk-ameba-v4.0c_180328/component/common/example/http_client/readme.txt

14 lines
269 B
Text
Raw Normal View History

2019-04-02 08:34:25 +00:00
HTTP CLIENT EXAMPLE
Description:
Http client send request to get server response.
Configuration:
Change HOST_NAME and HOST_PORT to user define.
[platform_opts.h]
#define CONFIG_EXAMPLE_HTTP_CLIENT 1
Execution:
Call http_client() to send http request.