tdd for http client

This commit is contained in:
2026-03-28 13:25:22 -04:00
parent 7ba6ab56e7
commit a886b9aa11
3 changed files with 238 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ Read the relevant TDD before any major architectural change:
| `tdd/concurrent_requests.md` | Changing HTTP server socket/connection config |
| `tdd/lvgl_image_generation.md` | Touching LVGL headless display or image gen |
| `tdd/device_screens.md` | Changing device registration, MAC routing, or XML layout logic |
| `tdd/http_client_component.md` | Changing the shared HTTP client component or Client↔Provider communication |
---