1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
examples/http-full-proxy
2019-05-04 21:52:24 -07:00
..
2019-04-16 15:03:11 -07:00
2019-05-04 21:52:24 -07: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>