From c89242046b4dfcb995389014121af1e92c6606a4 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Sat, 8 Nov 2025 22:17:21 +0100 Subject: [PATCH] Add uht, HTTP server --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 37a3d34..8c0661b 100644 --- a/readme.md +++ b/readme.md @@ -197,6 +197,7 @@ Other places you can look for MicroPython Libraries: #### HTTP * [mrequests](https://github.com/SpotlightKid/mrequests) - A HTTP client module (not only) for MicroPython with an API similar to requests. +* [uht](https://github.com/nmattia/uht) - Lightweight HTTP server for MicroPython (serve websites and handle requests). #### IoT