fetch-http2

Native http2 fetch implementation for Node.js

MIT License

Downloads
20K
Stars
5

Bot releases are hidden (Show)

fetch-http2 - v1.4.0 Latest Release

Published by AndrewBarba 8 months ago

  1. Add support for keepAlive: false which will not cache client instances and close them on each request
  2. Expose res.close() to close the underlying request/response
  3. Expose res.destroy() the destroy the underlying request/response and the underlying http client
fetch-http2 - v1.3.0

Published by AndrewBarba about 1 year ago

Thank you again @RodolfoGS

fetch-http2 - v1.2.1

Published by AndrewBarba about 1 year ago

  • Fix potential race condition when sending a request #2
  • Convert test suite to vitest
  • Fix types on node.js v20

Thank you @RodolfoGS for the fix

fetch-http2 - v1.1.0 - Status Text

Published by AndrewBarba over 1 year ago

  • Return statusText
fetch-http2 - v1.0.5 - Support Node.js 16.x

Published by AndrewBarba almost 2 years ago

  • Support Node.js 16.x
fetch-http2 - v1.0.4 - Fix keepAlive logic

Published by AndrewBarba almost 2 years ago

  • Default keepAlive of 20s
  • Fix logic when passing keepAlive: false
fetch-http2 - v1.0.3 - Default Keep Alive

Published by AndrewBarba almost 2 years ago

  • Default keepAlive of 5s
fetch-http2 - v1.0.2 - Type fix

Published by AndrewBarba almost 2 years ago

  • Fix type of response headers
fetch-http2 - v1.0.1 - Initial Release

Published by AndrewBarba almost 2 years ago

  • Initial Release