Skip to content

A lightweight HTTP CONNECT tunnel/proxy server implemented in Rust using async I/O with Tokio

Notifications You must be signed in to change notification settings

SwarnimWalavalkar/rust_http_tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust HTTP Tunnel

Usage

$ cargo run -- 127.0.0.1:6161
$ curl http://www.google.com -v -p -x http://127.0.0.1:6161

About

A lightweight HTTP CONNECT tunnel/proxy server implemented in Rust using async I/O with Tokio

Resources

Stars

Watchers

Forks

Languages