Module

std/http/mod.ts>serveFile

The Deno Standard Library
Go to Latest
function serveFile
import { serveFile } from "https://dotland.deno.dev/std@0.223.0/http/mod.ts";

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

Parameters

req: Request

The server request context used to cleanup the file handle.

filePath: string

Path of the file to serve.

optional
unnamed 2: ServeFileOptions = [UNSUPPORTED]