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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
http::basic_parser::on_finish_impl

Called once when the complete message is received.

Synopsis
void
on_finish_impl(
    error_code& ec);
Description

This virtual function is invoked once, after successfully parsing a complete HTTP message.

Parameters

Name

Description

ec

An output parameter which the function may set to indicate an error. The error will be clear before this function is invoked.


PrevUpHomeNext