import { type IsomorphicFetchEventInit } from "https://deno.land/x/keywork@v6.0.1/events/classes/AbstractFetchEvent.ts";
Properties
The incoming request received by the Worker.
Both the request's url
property and the parent IsomorphicFetchEvent
will reflect
the current parsed route handler of KeyworkRouter
.
optional
env: BoundAliasesoptional
data: Dataoptional
match: URLPatternResultURL Patterns matched.