fetch-enhanced

fetch wrapper with support for automatic HTTP proxy and timeout

Downloads
6.1K
Stars
5
Committers
1

Bot releases are hidden (Show)

fetch-enhanced - 12.0.0 Latest Release

Published by silverwind about 1 year ago

Node 18 is now required.

fetch-enhanced - 11.0.0

Published by silverwind almost 2 years ago

  • The undici option is now required
fetch-enhanced - 10.0.0

Published by silverwind about 2 years ago

Node 16 is now required

fetch-enhanced - 9.0.0

Published by silverwind about 2 years ago

  • Support undici
  • Use hpagent
  • Add noProxy option
  • Add internal AbortController for timeout
fetch-enhanced - 8.0.0

Published by silverwind about 3 years ago

Module is now ESM and requires Node.js 12.20.0 or greater

fetch-enhanced - 7.0.0

Published by silverwind about 3 years ago

  • The agentkeepalive dependency has been removed, socket keepalive no longer is enabled by default.
fetch-enhanced - 6.0.0

Published by silverwind over 3 years ago

  • Disable HTTP keepAlive by default. Use agentOpts.keepAlive = true to restore previous behavior.
fetch-enhanced - 5.0.0

Published by silverwind about 4 years ago

  • Now uses a LRU cache instead of a previous unbound cache
  • agentCacheSize option added
  • fetchEnhanced.clearCaches moved to fetch.clearCache
  • fetchEnhanced.destroyAgents has been removed