cutelyst 4.8.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::HPack Class Reference

Public Member Functions

 HPack (int maxTableSize)
int decode (unsigned char *it, unsigned char *itEnd, H2Stream *stream)
void encodeHeaders (int status, const Headers &headers, QByteArray &buf, ServerEngine *engine)

Detailed Description

Definition at line 24 of file hpack.h.

Constructor & Destructor Documentation

◆ HPack()

HPack::HPack ( int maxTableSize)

Definition at line 138 of file hpack.cpp.

◆ ~HPack()

HPack::~HPack ( )

Definition at line 144 of file hpack.cpp.

Member Function Documentation

◆ decode()

int HPack::decode ( unsigned char * it,
unsigned char * itEnd,
H2Stream * stream )

Definition at line 281 of file hpack.cpp.

◆ encodeHeaders()

void HPack::encodeHeaders ( int status,
const Headers & headers,
QByteArray & buf,
ServerEngine * engine )

Definition at line 148 of file hpack.cpp.