ゴミ箱
|
Namespaces | |
boost | |
boost::beast | |
boost::beast::http | |
boost::beast::http::detail | |
Macros | |
#define | BOOST_BEAST_HTTP_IMPL_STATUS_IPP |
Functions | |
template<class = void> | |
status | boost::beast::http::detail::int_to_status (unsigned v) |
template<class = void> | |
string_view | boost::beast::http::detail::status_to_string (unsigned v) |
template<class = void> | |
status_class | boost::beast::http::detail::to_status_class (unsigned v) |
status | boost::beast::http::int_to_status (unsigned v) |
status_class | boost::beast::http::to_status_class (unsigned v) |
status_class | boost::beast::http::to_status_class (status v) |
string_view | boost::beast::http::obsolete_reason (status v) |
std::ostream & | boost::beast::http::operator<< (std::ostream &, status) |
Outputs the standard reason phrase of a status code to a stream. More... | |
#define BOOST_BEAST_HTTP_IMPL_STATUS_IPP |