u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

req_parsing: handle chunked encoding #11

Closed u413-284-si closed 1 month ago

u413-284-si commented 3 months ago

The body of HTTP request can be encoded in chunks according to RFC 7230. This scenario needs to be handled by the RequestParser.

u413-284-si commented 1 month ago

Implemented with branch 11.