cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

[FEAT] Support all Express options for file-related response APIs #75

Closed asos-craigmorten closed 3 years ago

asos-craigmorten commented 4 years ago

Issue

Support full suite of Express options for the sendFile() and download() response APIs, as well as the serveStatic() API options.

Details

Should support:

See also https://github.com/expressjs/serve-static/#options

jvmazagao commented 4 years ago

Can we extract error handling and options for other issues?

It's completely correlated but, we can deliver fast if we separate this task.