Currently, actix_web::client doesn't support proxy.
it is not possible at the moment
Are there any plans to support this in the future?
I wouldn't mind for actix-web client to have it in future
Possibly in 0.8
HTTP proxy support for the client would set actix-web apart as an all-in-one solution from say hyper which recently dumped its proxy (and also built-in TLS) to be leaner. There, if you want these client features you have to use reqwest which does not have a server.
Can this be considered as a feature of AWC?
Pr is welcomed
By the way, is there a way to use the socks5 proxy?
not at the moment
Most helpful comment
I wouldn't mind for actix-web client to have it in future