6.3.0 • Published 5 years ago

@olliv/fetch v6.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@olliv/fetch

Opinionated fetch optimized for use inside microservices.

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

NameValue
maxSockets50
maxFreeSockets20
timeout60000
freeSocketKeepAliveTimeout30000

How to use

const fetch = require('@olliv/fetch').default(require('some-fetch-implementation'))

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

6.3.0

5 years ago

6.2.0

6 years ago

6.1.0

6 years ago

6.0.3

6 years ago

6.0.2

6 years ago

6.0.1

6 years ago