|
RESTinio
|
HTTP response header status line. More...
#include <http_headers.hpp>
Public Member Functions | |
| http_status_line_t () | |
| http_status_line_t (http_status_code_t sc, std::string reason_phrase) | |
| http_status_code_t | status_code () const noexcept |
| void | status_code (http_status_code_t c) noexcept |
| const std::string & | reason_phrase () const noexcept |
| void | reason_phrase (std::string r) |
Private Attributes | |
| http_status_code_t | m_status_code { status_code::ok } |
| std::string | m_reason_phrase |
HTTP response header status line.
Definition at line 2138 of file http_headers.hpp.
|
inline |
Definition at line 2141 of file http_headers.hpp.
|
inline |
Definition at line 2144 of file http_headers.hpp.
|
inlinenoexcept |
Definition at line 2160 of file http_headers.hpp.
|
inline |
Definition at line 2164 of file http_headers.hpp.
|
inlinenoexcept |
Definition at line 2152 of file http_headers.hpp.
|
inlinenoexcept |
Definition at line 2156 of file http_headers.hpp.
|
private |
Definition at line 2169 of file http_headers.hpp.
|
private |
Definition at line 2168 of file http_headers.hpp.