digitalbazaar / http-client

An opinionated, isomorphic HTTP client.
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Set keep-alive/make it easier to set keep-alive flag in underlying fetch #5

Open dlongley opened 3 years ago

dlongley commented 3 years ago

When this library is used in the browser we should be able to set keep-alive:

See: https://fetch.spec.whatwg.org/#requestinit

When creating a request for Fetch, ky takes options here: https://github.com/sindresorhus/ky/blob/v0.27.0/index.js#L184-L190 and passes them here: https://github.com/sindresorhus/ky/blob/v0.27.0/index.js#L232