Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::parser::release

Returns ownership of the parsed message.

Synopsis
value_type
release();
Description

Ownership is transferred to the caller. Depending on the parser's progress, parts of this object may be incomplete.

Requires

value_typeis MoveConstructible


PrevUpHomeNext