2019-04-28 03:38:23 -04:00
|
|
|
idf_component_register(SRCS "esp_http_client.c"
|
|
|
|
"lib/http_auth.c"
|
|
|
|
"lib/http_header.c"
|
|
|
|
"lib/http_utils.c"
|
|
|
|
INCLUDE_DIRS "include"
|
|
|
|
PRIV_INCLUDE_DIRS "lib/include"
|
|
|
|
REQUIRES nghttp
|
2021-02-15 02:43:56 -05:00
|
|
|
PRIV_REQUIRES tcp_transport)
|