Add MatchedPath extractor (#412)

Fixes #386
This commit is contained in:
David Pedersen
2021-10-25 21:38:29 +00:00
committed by GitHub
parent e43bdf0ecf
commit 02a035fb14
7 changed files with 139 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.6.1", features = ["macros", "rt", "rt-multi-thread", "net"] }
tokio-stream = "0.1"
tracing = "0.1"
uuid = { version = "0.8", features = ["serde", "v4"] }
[dev-dependencies.tower]