Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP proxy support #9

Open
5 tasks
joepie91 opened this issue Aug 18, 2015 · 2 comments
Open
5 tasks

HTTP proxy support #9

joepie91 opened this issue Aug 18, 2015 · 2 comments

Comments

@joepie91
Copy link
Owner

  • Read RFC(s).
  • Investigate to what degree real-world clients and servers conform to these RFCs.
  • Investigate relation between HTTP proxies and WebDAV.
  • Investigate different authentication strategies 'in the wild'.
  • Consider what kind of API to implement for configuring HTTP proxies.
@stevenvachon
Copy link

stevenvachon commented Oct 22, 2016

Just use tunnel.

@gajus
Copy link

gajus commented Mar 18, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants