thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.07k stars 47 forks source link

bug: Fix params in hyper test harness #239

Closed trezm closed 1 year ago

trezm commented 1 year ago

The hyper testing was using an old version of 'resolve' instead of 'match_and_resolve' and therefore was not populating route params on the wrapped request object. '