Skip to main content
Module

std/http/file_server.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.186.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.