A handy wrapper for HTTP response status code.
More...
#include <http_headers.hpp>
A handy wrapper for HTTP response status code.
Definition at line 1994 of file http_headers.hpp.
◆ http_status_code_t() [1/2]
| constexpr restinio::http_status_code_t::http_status_code_t |
( |
| ) |
|
|
inlinenoexcept |
◆ http_status_code_t() [2/2]
| constexpr restinio::http_status_code_t::http_status_code_t |
( |
std::uint16_t |
status_code | ) |
|
|
inlineexplicitnoexcept |
◆ operator!=()
| constexpr bool restinio::http_status_code_t::operator!= |
( |
const http_status_code_t & |
sc | ) |
const |
|
inlinenoexcept |
◆ operator<()
| constexpr bool restinio::http_status_code_t::operator< |
( |
const http_status_code_t & |
sc | ) |
const |
|
inlinenoexcept |
◆ operator==()
| constexpr bool restinio::http_status_code_t::operator== |
( |
const http_status_code_t & |
sc | ) |
const |
|
inlinenoexcept |
◆ raw_code()
| constexpr auto restinio::http_status_code_t::raw_code |
( |
| ) |
const |
|
inlinenoexcept |
◆ m_status_code
| std::uint16_t restinio::http_status_code_t::m_status_code { 0 } |
|
private |
The documentation for this class was generated from the following file: