Found class is used to create a standardized HTTP response with a 302 (Found) status, including optional headers and a response body.ts
import { Found } from "@arkyn/server";
T): The response body.ResponseInit, optional): Optional initialization object for setting headers, status, and status text.toResponse()Found instance to a Response object.Response