Skip to content

birkestroem/koa-p0f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Koa p0f middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published