class ContextRe-exportimport { Context } from "https://deno.land/x/xserver@2.0.0/src/mod.ts"; ConstructorsnewContext(request: Request)Propertiesheaders: Headersmethod: stringredirectrequest: Requesttool: Record<string, any>url: URLMethodsbody(body?: Body): this | Body | anycode(code?: Status): this | Status | anyend(code?: Status, body?: Body): Responseget(name: string)head(head?: Record<string, string>): this | Record<string, string> | anymessage(message?: string): | this | string | undefined | anyset(name: string, value: any)