@zeit/fetch

v6.0.0
Opinionated `fetch` optimized for use inside microservices

@zeit/fetch

Build Status

Opinionated fetch optimized for use inside microservices. Bundles:

It automatically configures an agent via agentkeepalive, if not provided, with the following settings:

Name Value
maxSockets 200
maxFreeSockets 20
timeout 60000
freeSocketKeepAliveTimeout 30000

How to use

const fetch = require('@zeit/fetch')(require('some-fetch-implementation'))

If no fetch implementation is supplied, it will attempt to use peerDep node-fetch.

npm i @zeit/fetch

Metadata

  • MIT
  • Whatever
  • Nathan Rajlich
  • released 3/3/2020

Downloads