Maycon Mesquita

Results 6 issues of Maycon Mesquita

I have this issue running the most basic documentation demo (Cache a route): ```js const express = require('express'); const apicache = require('apicache'); let app = express(); let cache = apicache.middleware;...

![featur](https://user-images.githubusercontent.com/46308804/58808770-0c362b80-85f1-11e9-9687-e398685b1538.jpeg)

Please, use the manual linking guide: https://github.com/mayconmesquita/react-native-image-capinsets-next

Node version 12 deprecated **OutgoingMessage.prototype._headers**, which is used to create cache route. The line using `this._headers`: `./node_modules/express-redis-cache/lib/ExpressRedisCache/route.js:200:30` Instead of using `this._headers`, we need to use `obj.getHeaders()` to get the headers...

## Issue #125 Node version 12 deprecated OutgoingMessage.prototype._headers, which is used to create cache route. The line using this._headers: ./node_modules/express-redis-cache/lib/ExpressRedisCache/route.js:200:30 Instead of using this._headers, we need to use obj.getHeaders() to...