Module

x/drash/mod.ts>Interfaces

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

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 Interfaces
import { Interfaces } from "https://dotland.deno.dev/x/drash@v2.7.0/mod.ts";