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_defineCacheControllPaths
DH_defineCacheControllPaths(paths): unknown

Function to set cache-control example: DH_defineCacheControllPaths({ images: 'private, max-age=1000' })

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

Import directly with a jsr specifier

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