Skip to main content
Module

x/workers_middleware/basics.ts>BasicsContext

Placeholder for Worker-based middleware solution
Latest
interface BasicsContext
import { type BasicsContext } from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/basics.ts";

Properties

request: Request
headers: Headers
url: URL
method: Method
pathname: string
searchParams: URLSearchParams
userAgent: string
params: { [key: string]: string | undefined; }
optional
ip: string