mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2024-11-25 15:34:20 +00:00
13 lines
256 B
Text
13 lines
256 B
Text
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.
|
|
|