refactor: reemplazar cpp-httplib por HTTP client minimalista

cpp-httplib requiere std::mutex que no compila con MinGW win32
thread model. Se reemplaza por http_client.cpp: sockets crudos,
sin threading, sin SSL, funciona en ambos thread models.
Elimina vendor/httplib.h (10K lineas). nlohmann/json se mantiene.

main.cpp: doble clic sin argumentos intenta la API en localhost:8484
automaticamente. Si falla muestra pantalla de error con boton Retry.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 01:45:30 +02:00
parent ed07106cf1
commit 5b7001ebfb
6 changed files with 261 additions and 10370 deletions
-10255
View File
File diff suppressed because it is too large Load Diff