cutelyst
4.5.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Public Member Functions | |
Socket (bool secure, Engine *_engine) | |
virtual void | connectionClose ()=0 |
virtual bool | flush ()=0 |
virtual bool | requestFinished ()=0 |
void | resetSocket () |
Public Attributes | |
Engine * | engine |
bool | isSecure |
qint8 | processing |
Protocol * | proto |
ProtocolData * | protoData |
QHostAddress | remoteAddress |
quint16 | remotePort |
QByteArray | serverAddress |
bool | timeout |