OVMS3-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 protocol examples: enable protocol examples for esp32sbeta 2019-11-01 11:14:10 +08:00
esp_http_client_test.py Add multi-target support for performance tests 2020-03-09 13:41:56 +01:00
Makefile examples/protocols/esp_http_client: use common network component 2019-04-15 03:32:05 +00:00
README.md Add esp_http_client 2018-05-21 09:35:07 +07:00
sdkconfig.ci mbedtls: Use SPIRAM strategy in example_test.py 2020-01-03 15:30:03 +05:30

ESP HTTP Client Example

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