userver: utest::SimpleServer::Response Struct Reference
Loading...
Searching...
No Matches
utest::SimpleServer::Response Struct Reference

Detailed Description

Definition at line 28 of file simple_server.hpp.

+ Collaboration diagram for utest::SimpleServer::Response:

Public Types

enum  Commands {
  kWriteAndClose ,
  kTryReadMore ,
  kWriteAndContinue
}
 

Public Attributes

std::string data_to_send {}
 
Commands command {kWriteAndClose}
 

Member Enumeration Documentation

◆ Commands

enum utest::SimpleServer::Response::Commands

Definition at line 29 of file simple_server.hpp.

Member Data Documentation

◆ command

Commands utest::SimpleServer::Response::command {kWriteAndClose}

Definition at line 36 of file simple_server.hpp.

◆ data_to_send

std::string utest::SimpleServer::Response::data_to_send {}

Definition at line 35 of file simple_server.hpp.


The documentation for this struct was generated from the following file: