Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/http_wrapper/StaticHandler.ts>StaticHandler

Simple Server/Router wrapper around Deno's HTTP module
Latest
class StaticHandler
import { StaticHandler } from "https://deno.land/x/http_wrapper@v0.5.0/StaticHandler.ts";

Constructors

new
StaticHandler(localFolderPath: string, urlPrefix?: string)

Properties

private
localFolderPath: string
staticUrlPrefix: string