RTL00MP3/RTL00_SDKV35a/component/common/example/http_client
2017-06-07 23:44:38 +03:00
..
example_http_client.c add example 2017-06-07 23:44:38 +03:00
example_http_client.h add example 2017-06-07 23:44:38 +03:00
readme.txt add example 2017-06-07 23:44:38 +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.