mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
82786d4461
* omit content-length header in http-full-proxy * cargo fmt |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
HTTP Full proxy example
This proxy forwards all types of requests, including ones with body, to another HTTP server, returning the response to the client.
To start:
cargo run <listen addr> <listen port> <forward addr> <forward port>