emvici-reqres-tify

0.0.5 • Public • Published

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! :)

Package Sidebar

Install

npm i emvici-reqres-tify

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • cuss