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