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

x/cav/examples/chat/deps.ts>serveAsset

A server framework for Deno
Go to Latest
function serveAsset
Re-export
import { serveAsset } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps.ts";

Response factory for serving static assets. Asset resolution uses the provided ServeAssetOptions, the Request is only used for caching headers like ETag etc.