|
static Uploads | parse (QIODevice *body, const QString &contentType, int bufferSize=4096) |
| Parser for multipart/formdata. More...
|
|
Definition at line 26 of file multipartformdataparser.h.
◆ parse()
Uploads MultiPartFormDataParser::parse |
( |
QIODevice * |
body, |
|
|
const QString & |
contentType, |
|
|
int |
bufferSize = 4096 |
|
) |
| |
|
static |
- Parameters
-
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.