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.