routez
routez copied to clipboard
Http server for Zig
Hi there I am learning Zig and was wondering if i can pick up a small project like adding Routez to [Techempower ](https://tfb-status.techempower.com/)benchmarks. I fully understand that Zig and Routez...
When i run my code, it gives me this error. How i can fix it? ``` error: function type cannot have a name pub const HandlerFn = fn handle(Request, Response,...
Hello, Is it possible to expose the `Request` struct. It is necessary to make request handlers tests. Thanks