userver: utest::SimpleServer::Response Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utest::SimpleServer::Response Struct Reference
+ Collaboration diagram for utest::SimpleServer::Response:

Public Types

enum  Commands {
  kWriteAndClose ,
  kTryReadMore ,
  kWriteAndContinue
}
 

Public Attributes

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

Detailed Description

Definition at line 28 of file simple_server.hpp.

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: