...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(Inherited from http::header
)
The response status-code result.
status result() const;
If the actual status code is not a known code, this function returns
status::unknown
.
Use result_int
to return the raw
status code as a number.
This member is only available when isRequest
== false
.