koa-p0f

1.0.0 • Public • Published

koa-p0f

Koa p0f middleware

Installation

$ npm install koa-p0f

Example

const p0f = require('koa-p0f')
const Koa = require('koa')
const app = new Koa()
 
app.use(p0f())
 
app.use((ctx) => {
    // ctx.response.header now contains p0f headers
})

License

MIT - See LICENSE file.

Readme

Keywords

Package Sidebar

Install

npm i koa-p0f

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • birkestroem