zacharygolba / via

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

feat: support streaming request bodies #7

Closed zacharygolba closed 2 months ago

zacharygolba commented 2 months ago

Adds support for streaming request bodies. Also includes custom types for reading request bodies without the use of http-body-util. This remaining work of this PR can be found in #9.