thruster-rs / Thruster

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

bug: Fix Testable trait so it's not hyper specific #241

Closed trezm closed 1 year ago

trezm commented 1 year ago

I didnt' realize that we were using the Body for non-hyper stuff as well. This changes it to be a u8 which should be valid for testing everything except for streams.