Functions | |
std::string | to_string (HttpReply::status_type status) |
Variables | |
const char | accepted [] |
const char | bad_gateway [] |
const char | bad_request [] |
const char | created [] |
const char | forbidden [] |
const char | internal_server_error [] |
const char | moved_permanently [] |
const char | moved_temporarily [] |
const char | multiple_choices [] |
const char | no_content [] |
const char | not_found [] |
const char | not_implemented [] |
const char | not_modified [] |
const char | ok [] = "" |
const char | service_unavailable [] |
const char | unauthorized [] |
std::string async_web_server_cpp::stock_replies::to_string | ( | HttpReply::status_type | status | ) |
Definition at line 176 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::accepted[] |
Definition at line 105 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::bad_gateway[] |
Definition at line 165 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::bad_request[] |
Definition at line 135 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::created[] |
Definition at line 100 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::forbidden[] |
Definition at line 145 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::internal_server_error[] |
Definition at line 155 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::moved_permanently[] |
Definition at line 120 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::moved_temporarily[] |
Definition at line 125 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::multiple_choices[] |
Definition at line 115 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::no_content[] |
Definition at line 110 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::not_found[] |
Definition at line 150 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::not_implemented[] |
Definition at line 160 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::not_modified[] |
Definition at line 130 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::ok[] = "" |
Definition at line 99 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::service_unavailable[] |
Definition at line 170 of file http_reply.cpp.
const char async_web_server_cpp::stock_replies::unauthorized[] |
Definition at line 140 of file http_reply.cpp.