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

Add example of a full HTTP proxy, proxying body, header and method (#58)

This commit is contained in:
Rotem Yaari
2018-11-04 11:20:57 +02:00
committed by Douman
parent 61a4b3b23b
commit e30915d98d
5 changed files with 147 additions and 0 deletions

View File

@ -14,6 +14,7 @@ members = [
"form",
"hello-world",
"http-proxy",
"http-full-proxy",
"json",
"juniper",
"middleware",