flashheart
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "flashheart", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A fully-featured REST client built for ease-of-use and resilience", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -84,14 +84,2 @@ # flashheart | ||
Note the HTTP response returned from cache is a cut-down version of the response that `request` supplies, currently it looks like the following: | ||
```js | ||
{ | ||
statusCode: 200, | ||
headers: { | ||
'content-type': 'application-json' | ||
}, | ||
elapsedTime: // If time => true passed into request options | ||
} | ||
``` | ||
### Logging | ||
@@ -98,0 +86,0 @@ |
265181
278