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

How to use proxy in http or websocket #88

Closed
Tindtily opened this issue Feb 23, 2024 · 1 comment
Closed

How to use proxy in http or websocket #88

Tindtily opened this issue Feb 23, 2024 · 1 comment

Comments

@Tindtily
Copy link

As subject

@negi-grass
Copy link
Owner

Currently, this library does not include code that is specifically for supporting proxies. However, for HTTP(S) connections, system proxies (env variables like HTTP_PROXY and HTTPS_PROXY) are supported by the underlying reqwest library by default. Proxies are not supported on WebSocket connections as they are not supported by the underlying tungstenite-rs library.

@negi-grass negi-grass closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants