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?