Provides a HTTP request handler that responds with a static redirection to the specified URL.
The URL to redirect to
Redirection status to use (by default this is HTTPStatus.found).
Returns a HTTPServerRequestDelegate that performs the redirect
See Implementation
Provides a HTTP request handler that responds with a static redirection to the specified URL.