Functions | |
std::string | to_string (reply::status_type status) |
Variables | |
const char | accepted [] = "</html>" |
const char | bad_gateway [] = "</html>" |
const char | bad_request [] = "</html>" |
const char | created [] = "</html>" |
const char | forbidden [] = "</html>" |
const char | internal_server_error [] = "</html>" |
const char | moved_permanently [] = "</html>" |
const char | moved_temporarily [] = "</html>" |
const char | multiple_choices [] = "</html>" |
const char | no_content [] = "</html>" |
const char | not_found [] = "</html>" |
const char | not_implemented [] = "</html>" |
const char | not_modified [] = "</html>" |
const char | ok [] = "" |
const char | service_unavailable [] = "</html>" |
const char | unauthorized [] = "</html>" |
std::string ros_http_video_streamer::stock_replies::to_string | ( | reply::status_type | status | ) |
const char ros_http_video_streamer::stock_replies::accepted[] = "</html>" |
const char ros_http_video_streamer::stock_replies::bad_gateway[] = "</html>" |
const char ros_http_video_streamer::stock_replies::bad_request[] = "</html>" |
const char ros_http_video_streamer::stock_replies::created[] = "</html>" |
const char ros_http_video_streamer::stock_replies::forbidden[] = "</html>" |
const char ros_http_video_streamer::stock_replies::internal_server_error[] = "</html>" |
const char ros_http_video_streamer::stock_replies::moved_permanently[] = "</html>" |
const char ros_http_video_streamer::stock_replies::moved_temporarily[] = "</html>" |
const char ros_http_video_streamer::stock_replies::multiple_choices[] = "</html>" |
const char ros_http_video_streamer::stock_replies::no_content[] = "</html>" |
const char ros_http_video_streamer::stock_replies::not_found[] = "</html>" |
const char ros_http_video_streamer::stock_replies::not_implemented[] = "</html>" |
const char ros_http_video_streamer::stock_replies::not_modified[] = "</html>" |
const char ros_http_video_streamer::stock_replies::ok[] = "" |
const char ros_http_video_streamer::stock_replies::service_unavailable[] = "</html>" |
const char ros_http_video_streamer::stock_replies::unauthorized[] = "</html>" |