grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

HTTPS Proxy agent support #111

Open giy-debug opened 4 years ago

giy-debug commented 4 years ago

Does this library support https-proxy-agent or is there support for proxies in another way? https://www.npmjs.com/package/https-proxy-agent

grantila commented 4 years ago

No there's no such support, but it certainly can be implemented if it's useful.