Definition at line 28 of file simple_server.hpp.
Public Types | |
enum | Commands { kWriteAndClose , kTryReadMore , kWriteAndContinue } |
Public Attributes | |
std::string | data_to_send {} |
Commands | command {kWriteAndClose} |
enum utest::SimpleServer::Response::Commands |
Definition at line 29 of file simple_server.hpp.
Commands utest::SimpleServer::Response::command {kWriteAndClose} |
Definition at line 36 of file simple_server.hpp.
std::string utest::SimpleServer::Response::data_to_send {} |
Definition at line 35 of file simple_server.hpp.