...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 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. |