NAWA 0.9
Web Application Framework for C++
ConnectionInitContainer.h File Reference

Container used by request handlers to initiate the nawa::Connection object. More...

Go to the source code of this file.

Classes

struct  nawa::ConnectionInitContainer
 

Namespaces

namespace  nawa
 

Detailed Description

Container used by request handlers to initiate the nawa::Connection object.

Definition in file ConnectionInitContainer.h.


Class Documentation

◆ nawa::ConnectionInitContainer

struct nawa::ConnectionInitContainer

Internal container filled by the RequestHandler with prerequisites for creating Connection and Request objects.

Definition at line 35 of file ConnectionInitContainer.h.

Class Members
FlushCallbackFunction flushCallback

Callback function which takes a nawa::FlushCallbackContainer and flushes the response to the user.

Config config

The NAWA config.

RequestInitContainer requestInit

The RequestInitContainer containing necessary request data.