cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Static Public Member Functions | |
static Uploads | parse (QIODevice *body, QByteArrayView contentType, int bufferSize=4096) |
Parser for multipart/formdata. | |
Definition at line 12 of file multipartformdataparser.h.
|
static |
body | |
contentType | can be the whole HTTP Content-Type header or just it's value |
bufferSize | is the internal buffer size used to parse |
Definition at line 11 of file multipartformdataparser.cpp.
References QByteArray::append(), QByteArrayView::at(), QByteArrayView::indexOf(), QByteArray::isEmpty(), QIODevice::isSequential(), QByteArrayView::length(), QByteArray::prepend(), and QByteArray::reserve().