zacharygolba / via

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

feat(via): add support for custom body types with Boxed #16

Closed zacharygolba closed 1 month ago

zacharygolba commented 1 month ago

I messed up a rebase which is pretty embarrassing considering that I've been working alone. This PR introduces support for custom response body types.

zacharygolba commented 1 month ago

I went ahead and cherry-picked the relevant commits from this branch and opened #19 so we can see a clean diff. This was the easiest way to recover from the rebase gone wrong since the branches didn't diverge that much. Therefore, I'm going to close this in favor of #19. I'll keep the branch up until the end of the day on Monday.