Skip to content

Commit bd9e735

Browse files
committed
Granular route matching
Signed-off-by: itowlson <[email protected]>
1 parent 72cc025 commit bd9e735

File tree

12 files changed

+689
-442
lines changed

12 files changed

+689
-442
lines changed

Cargo.lock

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ http-body-util = { workspace = true }
1212
wasmtime-wasi-http = { workspace = true, optional = true }
1313
indexmap = "1"
1414
percent-encoding = "2"
15+
routefinder = "0.5.4"
1516
serde = { version = "1.0", features = ["derive"] }
1617
tracing = { workspace = true }
1718
spin-app = { path = "../app", optional = true }

0 commit comments

Comments
 (0)