redirect(location, code, Response)
ParameterDetailslocationThe location the response should redirect to.code(Optional) The redirect status code, 302 by default. Supported codes are 301, 302, 303, 305, and 307.Response(Optional) A Response class to use when instantiating a response. The defa...