serve-file

0.1.4 • Public • Published

serve-file

NPM

Like serve-static but for individual files. Refactored and decoupled from express res.sendFile. Can be used standalone with router to support HTTP/2 protocol.

npm i -S serve-file

Usage

import Router from 'router'
import serveFile from 'serve-file'
 
const app = Router()
app.use('/my-file.txt', serveFile('path/to/my-file.txt'))

Dependents (12)

Package Sidebar

Install

npm i serve-file

Weekly Downloads

3

Version

0.1.4

License

MIT

Last publish

Collaborators

  • cchamberlain