http2-client icon indicating copy to clipboard operation
http2-client copied to clipboard

Transparently make http request to both http1 / http2 server.

Results 5 http2-client issues
Sort by recently updated
recently updated
newest added

There is a hidden character in the package.json of the currently released package (v.1.3.5). This triggers a high risk trojan warning on socket.dev: https://socket.dev/npm/package/http2-client/issues/1.3.5

I'm trying to use your package, but due to lack of Typescript definitions I am at an impasse. I tried to handwrite them myself, but the code is too difficult...

I apologize for making an issue if this turns out to be more of a question. I'm trying to tunnel HTTP/2 over HTTP/1.1, but feeding an agent from the tunnel...

question

Hi, Thanks for the library. I would like to make use of the HttpRequestManager to be able to reuse the connection. I'm following the exact code example: > const {HttpRequestManager}...

enhancement

when i try to make more than 1 request - only one gets an ok status, and the others return an error without any detail. code: ``` const { get...