npm.io
0.0.5 • Published 11 years ago

emvici-reqres-tify

Licence
MIT
Version
0.0.5
Deps
25
Vulns
14
Weekly
0
Stars
2

emvici-reqres-tify

emvici request/response prototype applier and middleware

based on strongloop/express req and res prototypes.

Installation

npm install --save emvici-reqres-tify

Usage

Configuring middleware

You can simply plug it as a middleware using .use method.

Connect
var connect = require( 'connect' ),
    app = connect();

app.use( require( 'emvici-reqres-tify' )() );
Express

This is based on express, if you use it you won't need this! :)

Keywords