HTTP response header status line.
More...
#include <http_headers.hpp>
HTTP response header status line.
Definition at line 2123 of file http_headers.hpp.
◆ http_status_line_t() [1/2]
restinio::http_status_line_t::http_status_line_t |
( |
| ) |
|
|
inline |
◆ http_status_line_t() [2/2]
restinio::http_status_line_t::http_status_line_t |
( |
http_status_code_t |
sc, |
|
|
std::string |
reason_phrase |
|
) |
| |
|
inline |
◆ reason_phrase() [1/2]
const std::string & restinio::http_status_line_t::reason_phrase |
( |
| ) |
const |
|
inlinenoexcept |
◆ reason_phrase() [2/2]
void restinio::http_status_line_t::reason_phrase |
( |
std::string |
r | ) |
|
|
inline |
◆ status_code() [1/2]
◆ status_code() [2/2]
◆ m_reason_phrase
std::string restinio::http_status_line_t::m_reason_phrase |
|
private |
◆ m_status_code
The documentation for this class was generated from the following file: