esp-idf/examples/protocols/esp_http_client
Mahavir Jain 90290507fb
fix(mbedtls): Build issue in dynamic buffer feature
Fix build issue in mbedTLS dynamic buffer feature with
`CONFIG_MBEDTLS_DHM_C` enabled case. Also added a build
configuration for the test coverage.

Closes https://github.com/espressif/esp-idf/issues/11770
2023-06-29 13:30:30 +05:30
..
main Merge branch 'ci/fix_failures_in_esp_http_client_example' into 'master' 2023-06-26 11:23:45 +08:00
CMakeLists.txt
README.md
pytest_esp_http_client.py
sdkconfig.ci CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-06-23 10:32:20 +05:30
sdkconfig.ci.ssldyn fix(mbedtls): Build issue in dynamic buffer feature 2023-06-29 13:30:30 +05:30
sdkconfig.defaults

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3 Linux

ESP HTTP Client Example

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