joepie91 / node-bhttp

A sane HTTP client library for Node.js with Streams2 support.
62 stars 12 forks source link

HTTP proxy support #9

Open joepie91 opened 9 years ago

joepie91 commented 9 years ago
stevenvachon commented 7 years ago

Just use tunnel.

gajus commented 7 years ago

Just allow to configure proxy using http.Agent, e.g.

This makes it compatible with the existing HTTP clients and it detaches the implementation from bhttp core.