Files
mimiclaw/main
Michael Mogenson 2e3ed9f259 Fix get_current_time tool
On ESP IDF 5.5 the get_current_time tool returns ESP_ERR_NOT_FOUND because
there is no "Date" header. This is because esp_http_client_get_header
only reads request headers. Response headers are only available via the
HTTP_EVENT_ON_HEADER event callback. They're dispatched and freed as they're
parsed.

Register an event handler that captures the "Date" header during HTTP response
parsing. The date string from this header is available as part of user context
after the HTTP request is finished.
2026-02-22 21:45:25 -05:00
..
2026-02-18 17:16:00 +08:00
2026-02-10 15:58:19 +08:00
2026-02-22 21:45:25 -05:00
2026-02-10 15:57:14 +08:00
2026-02-18 17:16:00 +08:00