Add HTTP proxy example (#425)

This commit is contained in:
David Pedersen
2021-10-26 20:46:40 +02:00
committed by GitHub
parent 302a720271
commit fc9bfb8a50
2 changed files with 108 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "example-http-proxy"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../.." }
tokio = { version = "1.0", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tracing = "0.1"
tracing-subscriber = "0.2"