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::message::result (1 of 3 overloads)

(Inherited from http::header)

The response status-code result.

Synopsis
status
result() const;
Description

If the actual status code is not a known code, this function returns http::unknown. Use http::header::result_int to return the raw status code as a number.

Remarks

This member is only available when isRequest == false.


PrevUpHomeNext