http_proto icon indicating copy to clipboard operation
http_proto copied to clipboard

HTTP/1 parsing and serialization algorithms using C++11

Results 54 http_proto issues
Sort by recently updated
recently updated
newest added

Use `copied_strings` in `fields`

When the parser encounters an unrecoverable error, for example if the request payload size exceeds the configured limit, the library should facilitate the caller sending an HTTP Response with an...

Allow easily switching the documentation between a standalone library and an integrated boost library. Just change a variable at the top of the file `standalonelibrary = "true" ;`

We might remove most of the field ids and their corresponding strings in the lookup table, and people would likely not care as long as we keep the most commonly...

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

We might need to collect metadata on Proxy-Connection

It should be possible to pass `quoted_token_view` wherever `string_view` is accepted.

member functions and classes need to have documented iterator invalidation descriptions

Docs