Open Issues Need Help
View All on GitHub Add redirect() helper to simply HTTP redirects. about 2 hours ago
AI Summary: This GitHub issue proposes adding a `redirect()` helper function to the Velto framework. The goal is to simplify HTTP redirects, which are common in web development for tasks like post-form submissions or login flows, by abstracting away the manual construction of `Response` objects with `Location` headers. The issue provides clear Rust code examples for implementation, including an optional status code override.
Complexity:
1/5
enhancement good first issue