From be5e96ea29a875631b25ffb4ca6f410275b02d83 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 13 Apr 2025 14:19:38 +0200 Subject: document semaphore --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index f93438d..fa7587a 100644 --- a/readme.md +++ b/readme.md @@ -292,6 +292,11 @@ themselves; in that case the request is passed on. - `!exec `: Invokes a script like CGI would but expects no output. - `next`: Inner handler. (module) +- **module `semaphore`** + - Limits the number of requests processed in parallel + - `permits`: Permit count (number) + - `next`: Inner handler. (module) + - **module `debug`** - Replies with information about the request to debug. Includes source address, HTTP version, method, URI and headers. -- cgit v1.2.3-70-g09d2