cutelyst 5.0.1
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, const 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)
explicit

Definition at line 239 of file hpack.cpp.

◆ ~HPack()

HPack::~HPack ( )

Definition at line 245 of file hpack.cpp.

Member Function Documentation

◆ decode()

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

Definition at line 326 of file hpack.cpp.

◆ encodeHeaders()

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

Definition at line 249 of file hpack.cpp.