sdk-ameba-v4.0b-gcc/component/common/example/http_client
Tautvydas Belgeras 60a7afcc83 initial commit
2018-06-05 16:16:17 +03:00
..
example_http_client.c initial commit 2018-06-05 16:16:17 +03:00
example_http_client.h initial commit 2018-06-05 16:16:17 +03:00
readme.txt initial commit 2018-06-05 16:16:17 +03: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.