Skip to main content
Module

x/plug/test_deps.ts>serveFile

🔌 Deno plugin management library
Go to Latest
function serveFile
import { serveFile } from "https://deno.land/x/plug@0.5.2/test_deps.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.