Closed sholladay closed 4 years ago
This adds support for serving files based on a given path using a new h.file() method.
h.file()
Apps that use this will need Deno's --allow-read permission.
--allow-read
Relates to #11
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