class defaultimport { default } from "https://deno.land/x/xserver@1.2.0/src/context.ts"; Constructorsnewdefault(request: Request)Propertiesheaders: Headersmethod: stringredirectrequest: Requesttool: Record<string, any>url: URLMethodsbody(body?: Body): this | Body | anycode(code?: number): this | number | anyend(code?: number, 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)