Actix-web : Send HTTP request via SOCKS5 proxy

I am using actix_web::client::ClientBuilder to send HTTP request.

The HTTP request has to be sent via a SOCKS5 proxy. The actix-web/actix-http/src/client/connector.rs source code is here.

Is there a simple way to inject code for SOCKS5 handshake?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.