Actix-web: Is possible to use a custom connector in actix_web::client to support http proxy?

Created on 15 Sep 2018  路  9Comments  路  Source: actix/actix-web

Currently, actix_web::client doesn't support proxy.

C-feature P-awc

Most helpful comment

I wouldn't mind for actix-web client to have it in future

All 9 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Eilie picture Eilie  路  5Comments

gh67uyyghj picture gh67uyyghj  路  3Comments

kocoten1992 picture kocoten1992  路  3Comments

icommit picture icommit  路  3Comments

volfco picture volfco  路  4Comments