@oazmi/kitchensink - v0.9.16
    Preparing search index...

    Variable response_redirectConst

    response_redirect: (url: string | URL, status?: number) => Response = ...

    alias for Response.redirect.

    Type declaration

      • (url: string | URL, status?: number): Response
      • The redirect() static method of the Response interface returns a Response resulting in a redirect to the specified URL.

        MDN Reference

        Parameters

        • url: string | URL
        • Optionalstatus: number

        Returns Response