6.3.0 • Published 4 years ago

@olliv/fetch v6.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

6.2.0

4 years ago

6.1.0

4 years ago

6.0.3

4 years ago

6.0.2

4 years ago

6.0.1

4 years ago