feat(esp_http_client): Add API to support set event handler

This commit is contained in:
Jim
2026-05-09 17:22:49 +08:00
parent cb4a55ace2
commit f521b5f76d
4 changed files with 25 additions and 0 deletions

View File

@@ -200,6 +200,8 @@ ESP HTTP Client supports event handling by triggering an event handler correspon
To enable event handling, you just need to set a callback function using the :cpp:member:`esp_http_client_config_t::event_handler` member.
Also you can set a callback function after the client is initialized using the :cpp:func:`esp_http_client_set_event_handler` function.
ESP HTTP Client Diagnostic Information
--------------------------------------