mirror of
https://github.com/actix/examples
synced 2025-01-22 22:05:57 +01:00
89d2e4e3f7
* chore: fix typo for `run-in-thread` * chore: update some deps for examples
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>