010 orisha router showcase

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

matched GET /
matched GET /about
user=42
catch-all

Expected output

matched GET /
matched GET /about
user=42
catch-all

Flows

flow ~router click a branch to expand · @labels scroll to their anchor
router (req: &req_root)
flow ~router click a branch to expand · @labels scroll to their anchor
router (req: &req_about)
flow ~router click a branch to expand · @labels scroll to their anchor
router (req: &req_user)
flow ~router click a branch to expand · @labels scroll to their anchor
router (req: &req_post)

Test Configuration

MUST_RUN