mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(esp_http_client): Add API to support set event handler
This commit is contained in:
@@ -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
|
||||
--------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user