routez icon indicating copy to clipboard operation
routez copied to clipboard

Http server for Zig

Results 3 routez issues
Sort by recently updated
recently updated
newest added

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