cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

serialize empty bodies #27

Open vinniefalco opened 1 year ago

vinniefalco commented 1 year ago

The serializer needs to specify how empty bodies are treated. And it needs to handle them in any form (source, buffers, or empty).