Lund-Org / cherry

A light framework to quickly create a web server
MIT License
3 stars 0 forks source link

Manage redirection #25

Closed Mystilund closed 5 years ago

Mystilund commented 5 years ago

Add a new feature to manage the redirections : A new config can be set on start to manage redirections like a htacces can do in PHP. These redirections are checked before the route resolve. It also provides a new method in the response object to redirect in the user code Issue #19