EXAMPLE/ASIO Async HTTP request

Introduces a new example on ASIO to ilustrates on how to compose
async operation to build network related protocols.


* Original commit: espressif/esp-idf@2433816b14
This commit is contained in:
Euripedes Rocha
2021-09-20 15:25:02 -03:00
committed by gabsuren
parent f605fdd632
commit b76d3fbff9
4 changed files with 433 additions and 0 deletions

View File

@ -0,0 +1,2 @@
idf_component_register(SRCS "async_http_request.cpp"
INCLUDE_DIRS ".")