Skip to main content
Module

x/superoak/mod.ts

HTTP assertions for Oak made easy via SuperDeno. 🐿 🦕
Go to Latest
import * as superoak from "https://deno.land/x/superoak@4.7.0/mod.ts";

Classes

The SuperDeno Test object extends the methods provided by superagent to provide a high-level abstraction for testing HTTP, while still allowing you to drop down to the lower-level API provided by superagent.

Variables

Supported versions of Deno.

Version of SuperOak.

Functions

Takes a url string (for an already running Oak server), or an Oak Application object.

Interfaces

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