From 74ffd81bcaf13749e303a87e3d387446ef8cef0f 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 bfcf983..9463412 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,8 @@ port and docs dir: `zig build docserver && zig-out/bin/docserver --port=8989 - 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.