Skip to main content
Module

x/shed/index.ts>BasicsContext

All Worker Tools under a single roof
Latest
interface BasicsContext
import { type BasicsContext } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Properties

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