thruster-rs / Thruster

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

feat: Allow typed contexts to be created without request #160

Closed trezm closed 4 years ago

trezm commented 4 years ago

This is helpful for creating new contexts without needing to replicate the request (if it's not needed.)