...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Called once after the complete HTTP header is received.
void on_header_impl( error_code& ec);
This virtual function is invoked once, after the complete HTTP header is received while parsing a message.
Name |
Description |
---|---|
|
An output parameter which the function may set to indicate an error. The error will be clear before this function is invoked. |