proxifier-rs
Proxifier is high-level proxy client library. It supports HTTP/HTTPS/SOCKS4/SOCKS5 type proxies.
- Built on top of
tokioandrustls. - This is the Rust port for proxifier, intended for use with the revamped ProxyBeast software
Do not use this crate yet, version 0.2.0 will be the final build with complete API, functionality and documentation
- Final build will have Cargo Features for TLS code artifacts management
Features
tls, enabled by default
Quick glance into the API
async
// running 1 test
// out: "HTTP/1.1 200 OK\r\nDate: Thu, 21 May 2026 15:15:52 GMT\r\nContent-Type: text/plain\r\nContent-Length: 14\r\nConnection: close\r\nServer: cloudflare\r\nVary: Origin\r\ncf-cache-status: DYNAMIC\r\nCF-RAY: 9ff489fdddc0dc72-FRA\r\n\r\n
//
// 194.113.119.68"
// test tests::test_socks5_ipv4 ... ok