1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add http proxy example

This commit is contained in:
Nikolay Kim
2018-03-05 11:12:19 -08:00
parent 2b942ec5f2
commit ea2a8f6908
4 changed files with 60 additions and 0 deletions

View File

@ -106,6 +106,7 @@ members = [
"examples/r2d2",
"examples/json",
"examples/hello-world",
"examples/http-proxy",
"examples/multipart",
"examples/state",
"examples/redis-session",