Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drash/tests/test_helpers.ts>makeRequest

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
variable makeRequest
import { makeRequest } from "https://deno.land/x/drash@v2.8.1/tests/test_helpers.ts";

type

{ get(url: string, options?: IMakeRequestOptions); post(url: string, options?: IMakeRequestOptions); put(url: string, options?: IMakeRequestOptions); delete(url: string, options?: IMakeRequestOptions); patch(url: string, options?: IMakeRequestOptions); }