Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::parser::merge_all_trailers

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