zacharygolba / via

A multi-threaded async web framework for people who appreciate simplicity.
Apache License 2.0
1 stars 0 forks source link

feat: bring back the IntoResponse trait #8

Closed zacharygolba closed 2 months ago

zacharygolba commented 2 months ago

Brings back the IntoResponse trait. Not having a trait for the conversion wouldn't feel like a Rust framework.

zacharygolba commented 2 months ago

This is a good start. I like the idea of limiting the amount of blanket impls for IntoResponse to allow the community to define their own.