![]() |
cutelyst 5.0.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|

Public Member Functions | |
| ProtocolFastCGI (Server *server) | |
| ProtocolData * | createData (Socket *sock) const override final |
| void | parse (Socket *sock, QIODevice *io) const override final |
| qint64 | readBody (Socket *socket, QIODevice *io, qint64 bytesAvailable) const |
| Type | type () const override |
Public Member Functions inherited from Cutelyst::Protocol | |
| Protocol (const Server *server) | |
| QIODevice * | createBody (qint64 contentLength) const |
Additional Inherited Members | |
Public Types inherited from Cutelyst::Protocol | |
| enum class | Type { Unknown , Http11 , Http11Websocket , Http2 , FastCGI1 } |
Public Attributes inherited from Cutelyst::Protocol | |
| int | m_bufferSize |
| char * | m_postBuffer |
| qint64 | m_postBuffering |
| qint64 | m_postBufferSize |
| bool const | useStats |
Definition at line 61 of file protocolfastcgi.h.
|
explicit |
Definition at line 76 of file protocolfastcgi.cpp.
|
override |
Definition at line 81 of file protocolfastcgi.cpp.
|
finaloverridevirtual |
Implements Cutelyst::Protocol.
Definition at line 391 of file protocolfastcgi.cpp.
Implements Cutelyst::Protocol.
Definition at line 328 of file protocolfastcgi.cpp.
|
inline |
Definition at line 294 of file protocolfastcgi.cpp.
|
overridevirtual |
Reimplemented from Cutelyst::Protocol.
Definition at line 85 of file protocolfastcgi.cpp.