Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/src/standard/handlers/RequestParamsParser.ts>Input

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
type alias Input
import { type Input } from "https://deno.land/x/drash@v3.0.0-beta.2/src/standard/handlers/RequestParamsParser.ts";
definition: { request: { url: string; }; resource: Resource; request_params: { path_params: Record<string, string | undefined>; }; }