Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::header::reason (1 of 2 overloads)

Return the response reason-phrase.

Synopsis
string_view
reason() const;
Description

The reason-phrase is obsolete as of rfc7230.

Remarks

This function is only available when isRequest == false.


PrevUpHomeNext