This website requires JavaScript.
Explore
Help
Sign In
actix
/
examples
Watch
1
Star
0
Fork
0
You've already forked examples
mirror of
https://github.com/actix/examples
synced
2025-03-10 15:32:38 +01:00
Code
Issues
Releases
Wiki
Activity
60c3ca2050
Branches
Tags
View all branches
examples
/
http-proxy
History
Nikolay Kim
271749c433
update actix-web dependency
2018-07-21 05:10:26 -07:00
..
src
upgrade example to actix-web 0.7
2018-07-16 12:36:53 +06:00
Cargo.toml
update actix-web dependency
2018-07-21 05:10:26 -07:00
README.md
add backend server for http proxy example
2018-05-07 18:55:18 -07:00
README.md
Http proxy example
To start proxy server:
cargo run --bin proxy
To start local backend server:
cargo run --bin server