mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-01 11:54:17 +00:00
13 lines
269 B
Text
Executable file
13 lines
269 B
Text
Executable file
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.
|
|
|