Skip to main content
Module

x/superdeno/src/superdeno.ts

Super-agent driven library for testing Deno HTTP servers.
Go to Latest
import * as superdeno from "https://deno.land/x/superdeno@4.8.0/src/superdeno.ts";

Functions

Takes a a url string, http.Server, a request handling function, or an object that implements an app.listen() method (which mirrors the http.serve interface).

Interfaces

Provides methods for making requests to the configured server using the passed url string, and returning a new Test.