mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
58675a683b
If you decompress a proxied response that was encoded, the `content-encoding` header will be passed through but a plaintext body will be returned.
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>