Variables | |
const char | crlf [] = {'\r', '\n'} |
const char | name_value_separator [] = {':', ' '} |
const char async_web_server_cpp::misc_strings::crlf[] = {'\r', '\n'} |
Definition at line 92 of file http_reply.cpp.
const char async_web_server_cpp::misc_strings::name_value_separator[] = {':', ' '} |
Definition at line 91 of file http_reply.cpp.