1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

add backend server for http proxy example

This commit is contained in:
Nikolay Kim
2018-05-07 18:55:18 -07:00
parent 85af2bce54
commit 27de52b5d5
5 changed files with 361 additions and 284 deletions

13
http-proxy/README.md Normal file
View File

@ -0,0 +1,13 @@
## Http proxy example
To start proxy server:
```sh
cargo run --bin proxy
```
To start local backend server:
```sh
cargo run --bin server
```