From 4058854a129997768bc91fcc778677be8741e6bf Mon Sep 17 00:00:00 2001 From: stringnick Date: Thu, 18 Jan 2024 21:39:05 +0100 Subject: [PATCH] update readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f3459..7e9ba8c 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,8 @@ what's necessary to show a feature. - run it like this: `ZAP_USE_OPENSSL=true zig build run-https` OR like this: `zig build -Dopenssl=true run-https` - it will tell you how to generate certificates - +- [**Router support**](examples/simple_router/simple_router.zig): You can now use + simple router by path. Also example with self capture helper func. I'll continue wrapping more of facil.io's functionality and adding stuff to zap to a point where I can use it as the JSON REST API backend for real research projects, serving thousands of concurrent clients.