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

Feature Request: HTTP Connect Client #319

Open
fortuna opened this issue Nov 6, 2024 · 2 comments
Open

Feature Request: HTTP Connect Client #319

fortuna opened this issue Nov 6, 2024 · 2 comments
Labels
feature request New feature or request help wanted Extra attention is needed

Comments

@fortuna
Copy link
Contributor

fortuna commented Nov 6, 2024

We currently have SOCKS5 and Shadowsocks clients, and a HTTP CONNECT handler, but not an HTTP CONNECT client. It would be helpful to have one.

Enhancements:

@fortuna fortuna added feature request New feature or request help wanted Extra attention is needed labels Nov 6, 2024
@nikolaikabanenkov
Copy link

Hi!

I would like to take on this task, if possible.

May I ask you if I got the task right?

  • Implement a transport.StreamDialer that does a CONNECT request
  • Implement a http.Handler and a transport.StreamDialer (like the above) for CONNECT-UDP

@fortuna
Copy link
Contributor Author

fortuna commented Nov 12, 2024

That sounds reasonable, but they are really two separate tasks that don't need to be conflated.

We will also need a CONNECT-UDP client, which is another task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants