Search found 1 match
- Tue Feb 25, 2020 8:09 pm
- Forum: ESP-IDF
- Topic: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)
- Replies: 5
- Views: 7950
Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)
Hello, I've looked up the esp_http_client examples (https://github.com/espressif/esp-idf/tree/f91080637/examples/protocols/esp_http_client). But there's no single example showing on how to get the response body of a request. My understanding for now is, that you have to register a "_http_event_handl...