From e2ff2aaa47f0ee34ed75a509dbcb81fbdae0741d Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 25 Dec 2025 22:29:14 +0200 Subject: [PATCH] http mostly considered done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a9e4f..9dd532c 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ You can use `tdeckboot.py` for autoexecing but that's not recommended as this ca The foundational module set is going to at least include high-level capabilities for: - exposing low-level socket and HTTP APIs (done), -- high-level HTTP APIs (partially done), +- high-level HTTP APIs (done), - high-level LLM APIs (partially done), - date and time informaion (done), - file system manipulation (done),