sholladay / pogo

Server framework for Deno
Mozilla Public License 2.0
482 stars 33 forks source link

Add h.file() for serving static files #32

Closed sholladay closed 4 years ago

sholladay commented 4 years ago

This adds support for serving files based on a given path using a new h.file() method.

Apps that use this will need Deno's --allow-read permission.

Relates to #11