jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
308 stars 15 forks source link

Middleware request resolution #78

Closed bobf closed 1 month ago

bobf commented 1 month ago

Allow middleware to resolve a request by calling request.redirect or request.render - after this point, the request stops processing and renders immediately.