mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-09 21:55:17 +00:00
.. | ||
example_http_client.c | ||
example_http_client.h | ||
readme.txt |
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.