Skip to main content
Module

std/http/file_server.ts

Deno standard library
Latest
import * as mod from "https://deno.land/std@0.221.0/http/file_server.ts";

Functions

Serves the files under the given directory root (opts.fsRoot).

Returns an HTTP Response with the requested file as the body.

Interfaces

Interface for serveDir options.

Interface for serveFile options.