1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/http-proxy
2019-03-09 18:03:09 -08:00
..
src update more examples and rustfmt 2019-03-09 18:03:09 -08:00
Cargo.toml Fix "websocket" example's readme, and make binary names unique (#45) 2018-09-24 11:57:36 +03:00
README.md Fix "websocket" example's readme, and make binary names unique (#45) 2018-09-24 11:57:36 +03:00

Http proxy example

To start proxy server:

cargo run --bin proxy

To start local backend server:

cargo run --bin proxy-example-server