feat(esp_http_client_mutual_auth): add mutual TLS example

Closes https://github.com/espressif/esp-idf/issues/18393
This commit is contained in:
Ashish Sharma
2026-04-10 12:18:41 +08:00
parent a8d5fc0e3f
commit d7ec6e0db0
24 changed files with 811 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Application Examples
--------------------
- :example:`protocols/esp_http_client` demonstrates how to use the ESP HTTP Client to make HTTP/S requests.
- :example:`protocols/esp_http_client_mutual_auth` demonstrates how to configure mutual TLS authentication with the ESP HTTP Client.
Basic HTTP Request