TooTallNate / proxy-agents

Node.js HTTP Proxy Agents Monorepo
https://proxy-agents.n8.io
919 stars 239 forks source link

hi bro, how to use with http2 #86

Closed gtsigner closed 1 year ago

gtsigner commented 4 years ago

I want to use in HTTP2 protocol agent, can you help me or give me a demo, I am looking for a long time

gtsigner commented 4 years ago

I can't find the interface in nodejs http2 document, and I can't find any information , axios or superagent all can't use http2 proxy

gtsigner commented 4 years ago

example:

const agent=new Agent("http://.....")
http2.request(url,agent)
TooTallNate commented 1 year ago

This module has gone through a large refactor and modernization. I am closing this issue as a bit of house cleaning. If you feel that this issue still exists in the latest release, feel free to open a new issue.