...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Returns ownership of the parsed message.
value_type release();
Ownership is transferred to the caller. Depending on the parser's progress, parts of this object may be incomplete.
http::parser::value_type
is MoveConstructible