Module

x/denorest/mod.ts>pathParse

Lightweight, Minimalist Framework For REST API 🦕 🚀
Latest
variable pathParse
import { pathParse } from "https://dotland.deno.dev/x/denorest@v4.2/mod.ts";

Get Query And Parameter Function.

type

(req: Req) => Record<string, Record<string, string>>