From 36966f1ae0c41c1a6d1a559a7680febd0b01f788 Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 27 Mar 2026 22:10:46 +0100 Subject: [PATCH] Added documentation for the HTTP server examples. No code changes. (0.39.12) --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index ef2ab76..e0120a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,6 +38,10 @@ This file serves as an index of the documents in this directory. Links are relat - [bytecode-format.md](./bytecode-format.md) - Reference for the bytecode format (split out from internals for convenience). - [roadmap.md](./roadmap.md) - High-level direction, planned features, and pointers to issues. +## Example deep-dives + +- [httpserver.md](./httpserver.md) - Design and walkthrough of all HTTP server examples under ./examples/net (static, CGI, and multi-threaded variants), how they route requests, run CGI, and which stdlib modules they use. Future example-focused docs will be collected in this section. + ## External extensions Documentation for optional, build-time selectable integrations lives in [external/](./external/):