valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
226 stars 23 forks source link

Provide 'flatten' and 'flatten_async' in Request #121

Closed arteymix closed 8 years ago

arteymix commented 9 years ago

This feature provide flatten and flatten_async in Request to avoid the redundant and error-prone request body flattening.

The correct way to accumulate an InputStream have many drawbacks:

Flattening could also be used for parts in a multipart message (see #81)