Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/testing/testing.module.ts>fetchRoute

The core module of Entropy framework for Deno.
Latest
function fetchRoute
import { fetchRoute } from "https://deno.land/x/entropy@1.0.0-beta.17/src/testing/testing.module.ts";

Parameters

path: RoutePath
controller: Constructor<Controller>
optional
method = [UNSUPPORTED]

Returns

Promise<ResponseData>