Namespaces | Functions | Variables
reply.cpp File Reference
#include "reply.h"
#include <string>
#include <boost/lexical_cast.hpp>
Include dependency graph for reply.cpp:

Go to the source code of this file.

Namespaces

namespace  ros_http_video_streamer
namespace  ros_http_video_streamer::misc_strings
namespace  ros_http_video_streamer::status_strings
namespace  ros_http_video_streamer::stock_replies

Functions

boost::asio::const_buffer ros_http_video_streamer::status_strings::to_buffer (reply::status_type status)
std::string ros_http_video_streamer::stock_replies::to_string (reply::status_type status)

Variables

const std::string ros_http_video_streamer::status_strings::accepted = "HTTP/1.0 202 Accepted\r\n"
const char ros_http_video_streamer::stock_replies::accepted [] = "</html>"
const std::string ros_http_video_streamer::status_strings::bad_gateway = "HTTP/1.0 502 Bad Gateway\r\n"
const char ros_http_video_streamer::stock_replies::bad_gateway [] = "</html>"
const std::string ros_http_video_streamer::status_strings::bad_request = "HTTP/1.0 400 Bad Request\r\n"
const char ros_http_video_streamer::stock_replies::bad_request [] = "</html>"
const std::string ros_http_video_streamer::status_strings::created = "HTTP/1.0 201 Created\r\n"
const char ros_http_video_streamer::stock_replies::created [] = "</html>"
const std::string ros_http_video_streamer::status_strings::forbidden = "HTTP/1.0 403 Forbidden\r\n"
const char ros_http_video_streamer::stock_replies::forbidden [] = "</html>"
const std::string ros_http_video_streamer::status_strings::internal_server_error = "HTTP/1.0 500 Internal Server Error\r\n"
const char ros_http_video_streamer::stock_replies::internal_server_error [] = "</html>"
const std::string ros_http_video_streamer::status_strings::moved_permanently = "HTTP/1.0 301 Moved Permanently\r\n"
const char ros_http_video_streamer::stock_replies::moved_permanently [] = "</html>"
const std::string ros_http_video_streamer::status_strings::moved_temporarily = "HTTP/1.0 302 Moved Temporarily\r\n"
const char ros_http_video_streamer::stock_replies::moved_temporarily [] = "</html>"
const std::string ros_http_video_streamer::status_strings::multiple_choices = "HTTP/1.0 300 Multiple Choices\r\n"
const char ros_http_video_streamer::stock_replies::multiple_choices [] = "</html>"
const std::string ros_http_video_streamer::status_strings::no_content = "HTTP/1.0 204 No Content\r\n"
const char ros_http_video_streamer::stock_replies::no_content [] = "</html>"
const std::string ros_http_video_streamer::status_strings::not_found = "HTTP/1.0 404 Not Found\r\n"
const char ros_http_video_streamer::stock_replies::not_found [] = "</html>"
const std::string ros_http_video_streamer::status_strings::not_implemented = "HTTP/1.0 501 Not Implemented\r\n"
const char ros_http_video_streamer::stock_replies::not_implemented [] = "</html>"
const std::string ros_http_video_streamer::status_strings::not_modified = "HTTP/1.0 304 Not Modified\r\n"
const char ros_http_video_streamer::stock_replies::not_modified [] = "</html>"
const std::string ros_http_video_streamer::status_strings::ok = "HTTP/1.0 200 OK\r\n"
const char ros_http_video_streamer::stock_replies::ok [] = ""
const std::string ros_http_video_streamer::status_strings::service_unavailable = "HTTP/1.0 503 Service Unavailable\r\n"
const char ros_http_video_streamer::stock_replies::service_unavailable [] = "</html>"
const std::string ros_http_video_streamer::status_strings::unauthorized = "HTTP/1.0 401 Unauthorized\r\n"
const char ros_http_video_streamer::stock_replies::unauthorized [] = "</html>"


ros_web_video
Author(s): Julius Kammer
autogenerated on Thu Jun 6 2019 21:07:01