docs: update application examples for esp_http_server.rst, esp_https_server.rst, and mbedtls.rst

This commit is contained in:
Linda
2024-09-20 15:08:41 +08:00
parent 1ac6043bce
commit ef9cfa5998
12 changed files with 93 additions and 25 deletions
@@ -13,10 +13,10 @@ Overview
* :cpp:func:`esp_http_client_cleanup`: Closes the connection (if any) and frees up all the memory allocated to the HTTP client instance. This must be the last function to be called after the completion of operations.
Application Example
-------------------
Application Examples
--------------------
Simple example that uses ESP HTTP Client to make HTTP/S requests can be found at :example:`protocols/esp_http_client`.
- :example:`protocols/esp_http_client` demonstrates how to use the ESP HTTP Client to make HTTP/S requests.
Basic HTTP Request