|
Cutelyst
2.14.2
|
Static Public Member Functions | |
| static Uploads | parse (QIODevice *body, const QString &contentType, int bufferSize=4096) |
| Parser for multipart/formdata. More... | |
Definition at line 26 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 24 of file multipartformdataparser.cpp.
References QByteArray::append(), QString::at(), QString::indexOf(), QByteArray::isEmpty(), QIODevice::isSequential(), QString::length(), QByteArray::prepend(), QByteArray::reserve(), and QChar::toLatin1().
1.8.6