1.4.0 • Published 3 months ago

fetch-http2 v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

fetch-http2

npm version Twitter

Native http2 fetch implementation for Node.js

This module does not attempt to make any http1.1 connections. You need to know ahead of time that the endpoint you're requesting supports http2

import { fetch } from 'fetch-http2'

const res = await fetch('https://httpbin.org/json')
const json = await res.json()
1.4.0

3 months ago

1.3.0

8 months ago

1.2.1

8 months ago

1.1.0

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago