# Overview

Just sets headers to not cache the request.

# Install

``npm install connect-no-cache-headers --save``

# Usage

```
...
app = express()
app.use(require('connect-cache-headers')())
...
```
