wai-app-static-1.3.1.4: WAI application for static serving

Safe HaskellNone

WaiAppStatic.Storage.Embedded

Contents

Description

Lookup files stored in memory instead of from the filesystem.

Synopsis

Settings

embeddedSettings :: [(FilePath, ByteString)] -> StaticSettingsSource

Serve the list of path/content pairs directly from memory.