thruster-rs / Thruster

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

feat: Add state and matched route #152

Closed trezm closed 4 years ago

trezm commented 4 years ago

Adds a config state at the app level that's passed to the context generator function. Also pass the matched path without substitutions to the context generator.

trezm commented 4 years ago

Should resolve #100, and helps address #151, although does not directly resolve it.