Thanks a lot for adding the `res.redirect()` method! It would be great to support multiple redirect codes (see full list on [wikipedia](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection)), e.g. with an optional `code` parameter.
Thanks a lot for adding the
res.redirect()method!It would be great to support multiple redirect codes (see full list on wikipedia), e.g. with an optional
codeparameter.