1
0
mirror of https://github.com/actix/examples synced 2024-11-24 23:02:59 +01:00
examples/http-full-proxy
2019-04-07 23:39:45 -07:00
..
src upgrade to alpha3 2019-04-04 11:37:14 -07:00
Cargo.toml upgrade to alpha4 2019-04-07 23:39:45 -07:00
README.md Add example of a full HTTP proxy, proxying body, header and method (#58) 2018-11-04 12:20:57 +03: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>