jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
572 stars 25 forks source link

Middleware request resolution #78

Closed bobf closed 5 months ago

bobf commented 5 months ago

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