mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
89d2e4e3f7
* chore: fix typo for `run-in-thread` * chore: update some deps for examples |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
HTTP Full proxy example
This is a relatively simple HTTP proxy, forwarding HTTP requests to another HTTP server, including request body, headers, and streaming uploads.
To start:
cargo run <listen addr> <listen port> <forward addr> <forward port>