oscartbeaumont / httpz

Code once, support every Rust webserver!
MIT License
28 stars 4 forks source link

Generic response type #22

Open oscartbeaumont opened 1 year ago

oscartbeaumont commented 1 year ago

Default to Vec<u8> but allow modifying it or maybe even using Write/AsyncWrite