cutelyst
4.5.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Public Types | |
enum class | Type { Unknown , Http11 , Http11Websocket , Http2 , FastCGI1 } |
Public Member Functions | |
Protocol (Server *wsgi) | |
QIODevice * | createBody (qint64 contentLength) const |
virtual ProtocolData * | createData (Socket *sock) const =0 |
virtual void | parse (Socket *sock, QIODevice *io) const =0 |
virtual Type | type () const |
Public Attributes | |
int | m_bufferSize |
char * | m_postBuffer |
qint64 | m_postBuffering |
qint64 | m_postBufferSize |
bool const | useStats |
Definition at line 69 of file protocol.h.