Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::parser::upgrade

(Inherited from http::basic_parser)

Returns true if the message is an upgrade message.

Synopsis
bool
upgrade() const;
Description
Remarks

The return value is undefined unless is_header_done would return true.


PrevUpHomeNext