# emvici-reqres-tify

> emvici request/response prototype applier and middleware

Latest version **0.0.5** (published 2015-05-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install emvici-reqres-tify
pnpm add emvici-reqres-tify
yarn add emvici-reqres-tify
bun add emvici-reqres-tify
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2015-05-18 |
| First published | 2015-01-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 25 |
| Known vulnerabilities | 0 (+14 in 7 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | José Moreira |
| Maintainers | cuss |
| Keywords | req, res, request, response, web, express-based, middleware, api |

## Links

- npm: https://www.npmjs.com/package/emvici-reqres-tify
- Repository: https://github.com/emvici/emvici-reqres-tify
- Issues: https://github.com/emvici/emvici-reqres-tify/issues
- npm.io page: https://npm.io/package/emvici-reqres-tify

## Dependencies (25)

- [qs](https://npm.io/package/qs.md) 2.3.3
- [depd](https://npm.io/package/depd.md) ~1.0.0
- [etag](https://npm.io/package/etag.md) ~1.5.1
- [send](https://npm.io/package/send.md) 0.10.1
- [vary](https://npm.io/package/vary.md) ~1.0.0
- [debug](https://npm.io/package/debug.md) ~2.1.1
- [fresh](https://npm.io/package/fresh.md) 0.2.4
- [cookie](https://npm.io/package/cookie.md) 0.1.2
- [accepts](https://npm.io/package/accepts.md) ~1.1.4
- [methods](https://npm.io/package/methods.md) 1.1.1
- [type-is](https://npm.io/package/type-is.md) ~1.5.5
- [parseurl](https://npm.io/package/parseurl.md) ~1.3.0
- [proxy-addr](https://npm.io/package/proxy-addr.md) ~1.0.4
- [escape-html](https://npm.io/package/escape-html.md) 1.0.1
- [media-typer](https://npm.io/package/media-typer.md) 0.3.0
- [on-finished](https://npm.io/package/on-finished.md) ~2.2.0
- [utils-merge](https://npm.io/package/utils-merge.md) 1.0.0
- [finalhandler](https://npm.io/package/finalhandler.md) 0.3.3
- [findhit-util](https://npm.io/package/findhit-util.md) ^0.2.3
- [range-parser](https://npm.io/package/range-parser.md) ~1.0.2
- [serve-static](https://npm.io/package/serve-static.md) ~1.7.2
- [path-to-regexp](https://npm.io/package/path-to-regexp.md) 0.1.3
- [cookie-signature](https://npm.io/package/cookie-signature.md) 1.0.5
- [merge-descriptors](https://npm.io/package/merge-descriptors.md) 0.0.2
- [content-disposition](https://npm.io/package/content-disposition.md) 0.5.0

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2015-05-18
- 0.0.4 — 2015-05-18
- 0.0.3 — 2015-01-09
- 0.0.2 — 2015-01-09
- 0.0.1 — 2015-01-08

## README

emvici-reqres-tify
==================

emvici request/response prototype applier and middleware

based on [strongloop/express](https://github.com/strongloop/express/) req and res prototypes.


## Installation

```bash
npm install --save emvici-reqres-tify
```

## Usage

### Configuring middleware

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

#### Connect

```js
var connect = require( 'connect' ),
    app = connect();

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

```

#### Express

This is based on [express](https://github.com/strongloop/express/), if you use it you won't need this! :)

---
_Source: https://npm.io/package/emvici-reqres-tify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
