import { type Context } from "https://deno.land/x/aleph@1.0.0-beta.42/server/types.ts";
Properties
readonly
optional
connInfo: ConnInfoThe request connection info.
readonly
cookies: CookiesThe cookies from client.
readonly
htmlRewriter: HTMLRewriterThe HtmlRewriter to rewrite the html output.
getSession: <T extends Record<string, unknown> = Record<string, unknown>>() => Promise<Session<T>>
Returns the Session
object.