Skip to main content
Module

x/mith_static/example/deps.ts

Serve static files under Mith framework
Latest
import * as mithStatic from "https://deno.land/x/mith_static@v0.3.5/example/deps.ts";

Classes

A class which registers middleware (via .use()) and then processes inbound requests against that middleware (via .listen()).

This class represents the request object from Mith framework

This class represents the response object from Mith framework

Functions

Create a new static server middleware.