saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
567 stars 36 forks source link

Support `Chunked` transfer encoding #66

Closed bgreni closed 6 days ago

bgreni commented 1 month ago

Currently bodies sent using the Chunked Transfer-Encoding syntax are not support, and will result in the body not being parsed at all.