Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/superfetch/types.ts>Handler

๐Ÿ• HTTP Server testing library inspired by node-supertest-fetch.
Latest
type alias Handler
import { type Handler } from "https://deno.land/x/superfetch@2.0.1/types.ts";
definition: (request: Request, connInfo: Deno.Conn) => Response | Promise<Response>