skuyjs/http-server

Add the ability to redirection responses

Closed this issue · 0 comments

Sometimes, there is a need to redirect to another URL.
For example in an MVC application, redirection is used to go to another page after going through a certain process.
But, now SkuyJS still doesn't support it.

it should look like:

return res.redirect('/');