rikitiki  v0.1.67
Build C++ web server modules that allow easy routing and deployment.
rikitiki::Response Struct Reference

#include <connContext.h>

Public Member Functions

void reset ()
 
template<class T >
auto operator<< (const T &obj) -> decltype(instance_of< std::stringstream >::value<< obj, instance_of< Response & >::value)
 
Responseoperator<< (rikitiki::ContentType::t t)
 
Responseoperator<< (const rikitiki::Cookie &t)
 
Responseoperator<< (const rikitiki::HttpStatus &t)
 
Responseoperator<< (const rikitiki::Header &t)
 

Public Attributes

ContentType::t ResponseType
 
std::vector< Headerheaders
 
const HttpStatusstatus
 
std::stringstream response
 

Detailed Description

Response class that handlers write to. Contains headers, response stream, status, etc.


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