Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 531 Bytes

File metadata and controls

16 lines (13 loc) · 531 Bytes

Strand

License

Strand is a minimal flexible proxy server which exposes the ability to piggy back the requests and proxy them with another hop.

Tech

Running & Installation

$ cargo run
$ curl --proxy http://127.0.0.1:3000 <TARGET_URL>