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

x/xserver/src/mod.ts>file

X-Server a Deno server module with middleware
Go to Latest
class file
extends Plugin
import { file } from "https://deno.land/x/xserver@1.2.0/src/mod.ts";

Constructors

new
file(options?: Options)

Methods

direct(context: Context, path: string): Promise<Response>
handle(context: Context): Promise<Response>
path(data?: string): this | string
spa(data?: boolean): this | boolean