Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

http::parser::merge_all_trailers
PrevUpHomeNext

Returns true if the parser is allowed to merge all trailer fields.

bool
merge_all_trailers() const;
  » more...

Set whether the parser is allowed to merge all trailer fields.

void
merge_all_trailers(
    bool v);
  » more...

PrevUpHomeNext