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
@@ -78,6 +78,7 @@ Always read the relevant TDD before making major architectural changes:
| [concurrent_requests.md](tdd/concurrent_requests.md) | Changing HTTP server socket/connection config |
| [lvgl_image_generation.md](tdd/lvgl_image_generation.md) | Touching LVGL headless display or image gen |
| [device_screens.md](tdd/device_screens.md) | Changing device registration, MAC routing, or XML layout logic |
| [http_client_component.md](tdd/http_client_component.md) | Changing the shared HTTP client component or Client↔Provider communication |
---