http_proto
http_proto copied to clipboard
HTTP/1 parsing and serialization algorithms using C++11
In these files, https://github.com/cppalliance/http_proto/blob/develop/doc/build_antora.sh https://github.com/cppalliance/http_proto/blob/develop/doc/local-playbook.yml It's hardcoded to download from the `master` branch: `url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip` Can this dynamically switch to the `develop` branch...
Some fields in `metadata ` such as the counts for various fields use `std::size_t` which is definitely overkill in both 32 and 64 bit builds.
fields look like they validate function arguments, but the start lines don't have any validation. You can for example call `set_start_line` with an empty path and I believe this creates...
It looks like it is used to modify the container. It allocates memory... although, it might not ever allocate when it is used in the context of parsing, since parsing...