Variables | |
const char | crlf [] = { '\r', '\n' } |
const char | name_value_separator [] = { ':', ' ' } |
const std::string | ok = "HTTP/1.0 200 OK\r\n" |
const char ros_http_video_streamer::misc_strings::crlf = { '\r', '\n' } |
Definition at line 65 of file connection.cpp.
const char ros_http_video_streamer::misc_strings::name_value_separator = { ':', ' ' } |
Definition at line 64 of file connection.cpp.
const std::string ros_http_video_streamer::misc_strings::ok = "HTTP/1.0 200 OK\r\n" |
Definition at line 73 of file connection.cpp.