fetch-h2
fetch-h2 copied to clipboard
HTTP/1+2 Fetch API client for Node.js
Is anyone maintaining a fork of this project? :)
Hi. I'd like to fetch something from a socket instead of a TCP/IP host:port. So if I start the server like: ```typescript import { createServer } from 'node:http2'; const server...
Hi! Is there any way to provide self-signed certificates through your library -- FetchH2, or how could I provide the rejectedUnauthorized parameter? Thanks!
Not a big deal, yet, but I'm getting a deprecation warning when using this module: ``` (node:5180) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead....
…Jar to undefined in context Fixes: https://github.com/grantila/fetch-h2/issues/109
These tests are dependent on wikipedia's response which must have changed since then. One test I transitioned over to use the local server, the same connection for SAN test I...
With this fix, will allow `npm run build` to run successfully on a freshly downloaded repo ``` [0] test/lib/server-http1.ts(105,30): error TS2345: Argument of type 'unknown' is not assignable to parameter...
Hi `grantila/fetch-h2`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
When a site has a **very bad SSL Certificate**, it can cause the following uncaught (and uncatchable) exception: ``` Cannot read properties of undefined (reading 'match') node_modules/.pnpm/[email protected]/node_modules/fetch-h2/dist/lib/san.js33:39 const regexes =...