Add reverse-proxy example (#389)

This commit is contained in:
Eray Karatay
2021-10-19 22:52:19 +02:00
committed by GitHub
parent e71ab44bd5
commit a724af3d0a
2 changed files with 74 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "example-reverse-proxy"
version = "0.1.0"
edition = "2018"
[dependencies]
axum = { path = "../.." }
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"