thruster-rs / Thruster

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

bug: Fix status codes in the thruster error. #174

Closed trezm closed 3 years ago

trezm commented 3 years ago

Needed to make it so setting the status code of an error actually set the status of the context. In order to do this, I added the status method into the Context trait. This will precipitate a minor version release as it's a breaking change.