|
| static Uploads | parse (QIODevice *body, QByteArrayView contentType, int bufferSize=4096) |
| | Parser for multipart/formdata.
|
| |
Definition at line 12 of file multipartformdataparser.h.
◆ parse()
| Uploads MultiPartFormDataParser::parse |
( |
QIODevice * |
body, |
|
|
QByteArrayView |
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 11 of file multipartformdataparser.cpp.