esp-idf/examples/protocols/esp_http_client
Shubham Kulkarni b9555db47f examples: Add example to demonstrate use of low level APIs for GET and POST requests
Use buffer to accumulate data of response from event handler and print the response on console

Demonstrate use of user_data field in esp_http_client_config_t to get response body
2020-03-23 10:45:39 +05:30
..
main examples: Add example to demonstrate use of low level APIs for GET and POST requests 2020-03-23 10:45:39 +05:30
CMakeLists.txt
Makefile
README.md
esp_http_client_test.py
sdkconfig.ci

README.md

ESP HTTP Client Example

See the README.md file in the upper level 'examples' directory for more information about examples.