koa-static-plus

0.1.1 • Public • Published

koa-static-plus

NPM version Build status License Downloads

Koa static file serving middleware, a modify of koa-static

Installation

$ npm install koa-static-plus

API

TOTALLY compatible to koa-static

Additional Options

  • pathPrefix (string), Static path prefix string.

Example

import koaStaticPlus from 'koa-static-plus'
// ... app = koa()
 
app.use(koaStaticPlus(path.join(__dirname, '../public'), {
  pathPrefix: '/static'
})
 
// $ GET /static/hello.txt
// will to send the file ../public/hello.txt

Author

@Ling.(wssgcg1213)

Liscense

MIT

/koa-static-plus/

    Package Sidebar

    Install

    npm i koa-static-plus

    Weekly Downloads

    5

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • zeroling