http-server
http-server copied to clipboard
Allow redirects
Like Netlify, we should support a file called _redirects that should be formatted like this:
/foo/ /foo-bar/ # redirects any request starting with /foo/ to the same request into /foo-bar/
/baz/ https://example.com/baz/ # redirects `/baz/` into a new domain altogether