RESTinio
|
A handy wrapper for HTTP response status code. More...
#include <http_headers.hpp>
Public Member Functions | |
constexpr | http_status_code_t () noexcept |
constexpr | http_status_code_t (std::uint16_t status_code) noexcept |
constexpr auto | raw_code () const noexcept |
constexpr bool | operator== (const http_status_code_t &sc) const noexcept |
constexpr bool | operator!= (const http_status_code_t &sc) const noexcept |
constexpr bool | operator< (const http_status_code_t &sc) const noexcept |
Private Attributes | |
std::uint16_t | m_status_code { 0 } |
Status code value. | |
A handy wrapper for HTTP response status code.
Definition at line 1992 of file http_headers.hpp.
|
inlineconstexprnoexcept |
Definition at line 1995 of file http_headers.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 1998 of file http_headers.hpp.
|
inlineconstexprnoexcept |
Definition at line 2015 of file http_headers.hpp.
|
inlineconstexprnoexcept |
Definition at line 2020 of file http_headers.hpp.
|
inlineconstexprnoexcept |
Definition at line 2009 of file http_headers.hpp.
Definition at line 2003 of file http_headers.hpp.
|
private |
Status code value.
Definition at line 2028 of file http_headers.hpp.