@bbc/http-transport
Advanced tools
Comparing version
@@ -247,3 +247,4 @@ # HttpTransport | ||
defaults: { | ||
timeout: 2000 | ||
json: true, // parses the response body as json | ||
timeout: 2000 // sets timeout for each request | ||
compress: true // support gzip/deflate content encoding. false to disable | ||
@@ -250,0 +251,0 @@ } |
@@ -257,4 +257,7 @@ 'use strict'; | ||
* @return a Promise. If the Promise fulfils, | ||
* the fulfilment value is the response body. If the content-type response header contains 'json' or 'text', | ||
* then the body type will be json or text respectively. Otherwise, the body will not be altered. | ||
* the fulfilment value is the response body. The body type defaults to string. | ||
* If the content-type response header contains 'json' | ||
* or the json: true option has been set on transport layer | ||
* then the body type will be json. | ||
* | ||
* @example | ||
@@ -261,0 +264,0 @@ * const httpTransport = require('@bbc/http-transport'); |
{ | ||
"name": "@bbc/http-transport", | ||
"version": "4.0.0-2", | ||
"version": "4.0.0", | ||
"description": "A flexible, modular REST client built for ease-of-use and resilience.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
381185
0.07%6622
0.05%1
-50%