class ExtensionServeContent
implements IServerExtension
import { ExtensionServeContent } from "https://deno.land/x/earthstar@v10.0.0/src/entries/npm.ts";
A server extension for exposing the contents of shares, so that you can request documents by their path and have them served over HTTP. Can be used to create wikis, websites, image galleries, and more.
Constructors
new
ExtensionServeContent(opts: ExtensionServeContentOpts)