cutelyst  4.4.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::Protocol Class Referenceabstract
Inheritance diagram for Cutelyst::Protocol:

Public Types

enum class  Type {
  Unknown , Http11 , Http11Websocket , Http2 ,
  FastCGI1
}
 

Public Member Functions

 Protocol (Server *wsgi)
 
QIODevicecreateBody (qint64 contentLength) const
 
virtual ProtocolDatacreateData (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
 

Detailed Description

Definition at line 69 of file protocol.h.