Module

x/drash/tests/deps.ts>Drash.Interfaces

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
namespace Drash.Interfaces
import { Drash } from "https://dotland.deno.dev/x/drash@v2.7.0/tests/deps.ts";
const { Interfaces } = Drash;

Interfaces

An interface to help type key-value pair objects with different values.

This is used to type a MIME type object. Below are more details on the members in this interface.

path_parameters A key-value string defining the path parameters that were passed in by the request. This value is set in resource_handler.ts#getResource().

Options to help create the server object.

import Drash.Interfaces
import { Drash } from "https://dotland.deno.dev/x/drash@v2.7.0/tests/deps.ts";
const { Interfaces } = Drash;