Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/keywork/http/mod.ts>RequestLike

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
type alias RequestLike
import { type RequestLike } from "https://deno.land/x/keywork@v6.2.1/http/mod.ts";

An object that has a url property.

definition: { url: string; }