Skip to main content
Home

A straightforward routing and static file handler for Deno.

This package works with Deno
This package works with Deno
JSR Score
64%
Published
a week ago (1.0.7)
function DH_requestHandler
DH_requestHandler(
req,
myDomain,
): unknown

Function to link all routes for (GET DELETE POST PUT PATCH) example:

DH_requestHandler(req, domainName)

Parameters

req
myDomain

Return Type

unknown

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@amirprestreshi/route-dh

Import symbol

import DH_requestHandler from "@amirprestreshi/route-dh";
or

Import directly with a jsr specifier

import DH_requestHandler from "jsr:@amirprestreshi/route-dh";