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:
13
http-proxy/README.md
Normal file
13
http-proxy/README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user