Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/http/file_server.ts

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