1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
examples/http-full-proxy
Arve Seljebu 82786d4461 Full proxy omit content length (#152)
* omit content-length header in http-full-proxy

* cargo fmt
2019-07-01 10:02:51 +06:00
..
2019-07-01 10:02:51 +06:00
2019-06-06 16:47:40 +06:00

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>