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_defineStatusPagesPaths
DH_defineStatusPagesPaths(paths): unknown

Function to set paths for files to be served for status codes (by default will return text/plain with status code)

Parameters

paths

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_defineStatusPagesPaths } from "@amirprestreshi/route-dh";
or

Import directly with a jsr specifier

import { DH_defineStatusPagesPaths } from "jsr:@amirprestreshi/route-dh";