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
Set whether the parser is allowed to merge all trailer fields.
void merge_all_trailers( bool v);
By default, the parser merges only a set of well-known trailer fields.
When this option is enabled, the parser merges all trailer fields listed
in the Trailer header
field in the header section of the message.
Enabling this option can introduce security risks if untrusted input
is processed and the Trailer
header field in the header section of the message is not properly validated.
The default value is false,
which merges only the following well-known trailer fields:
Digest
Content-Digest
Repr-Digest
Signature
Signature-Input
Server-Timing
ETag
Link
Alt-Svc
|
Name |
Description |
|---|---|
|
|
|