@bbc/http-transport
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -250,2 +250,3 @@ # HttpTransport | ||
compress: true // support gzip/deflate content encoding. false to disable | ||
proxy: 'http://someproxyurl.co.uk' | ||
} | ||
@@ -252,0 +253,0 @@ }; |
@@ -152,2 +152,3 @@ import * as fetch from 'node-fetch'; | ||
defaults?: { | ||
json?: boolean | ||
timeout?: number | ||
@@ -154,0 +155,0 @@ compress?: boolean |
{ | ||
"name": "@bbc/http-transport", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "A flexible, modular REST client built for ease-of-use and resilience.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
384518
6721