|
| enum class | Type {
Unknown
, Http11
, Http11Websocket
, Http2
,
FastCGI1
} |
| |
Definition at line 72 of file protocol.h.
◆ Type
| enum class Cutelyst::Protocol::Type |
|
strong |
◆ Protocol()
| Cutelyst::Protocol::Protocol |
( |
const Server * |
server | ) |
|
◆ ~Protocol()
| Cutelyst::Protocol::~Protocol |
( |
| ) |
|
|
virtual |
◆ createBody()
| QIODevice * Cutelyst::Protocol::createBody |
( |
qint64 |
contentLength | ) |
const |
◆ type()
| Cutelyst::Protocol::Type Cutelyst::Protocol::type |
( |
| ) |
const |
|
virtual |
◆ m_bufferSize
| int Cutelyst::Protocol::m_bufferSize |
◆ m_postBuffer
| char* Cutelyst::Protocol::m_postBuffer |
◆ m_postBuffering
| qint64 Cutelyst::Protocol::m_postBuffering |
◆ m_postBufferSize
| qint64 Cutelyst::Protocol::m_postBufferSize |
◆ useStats
| bool const Cutelyst::Protocol::useStats |