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
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Called once when the complete message is received.
void on_finish_impl( error_code& ec);
This virtual function is invoked once, after successfully parsing a complete HTTP 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. |