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::header::result_int

The response status-code expressed as an integer.

Synopsis
unsigned
result_int() const;
Description

This returns the raw status code as an integer, even when that code is not in the list of known status codes.

Remarks

This member is only available when isRequest == false.


PrevUpHomeNext