cutelyst
3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
multipartformdataparser.h
1
/*
2
* SPDX-FileCopyrightText: (C) 2014-2022 Daniel Nicoletti <dantti12@gmail.com>
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
#ifndef MULTIPARTFORMDATAINTERNAL_H
6
#define MULTIPARTFORMDATAINTERNAL_H
7
8
#include <Cutelyst/cutelyst_global.h>
9
#include <Cutelyst/upload.h>
10
11
namespace
Cutelyst
{
12
13
class
CUTELYST_LIBRARY
MultiPartFormDataParser
14
{
15
public
:
22
static
Uploads
parse
(
QIODevice
*body,
QStringView
contentType,
int
bufferSize = 4096);
23
};
24
25
}
// namespace Cutelyst
26
27
#endif
// MULTIPARTFORMDATAINTERNAL_H
Cutelyst::MultiPartFormDataParser
Definition
multipartformdataparser.h:14
Cutelyst::MultiPartFormDataParser::parse
static Uploads parse(QIODevice *body, QStringView contentType, int bufferSize=4096)
Parser for multipart/formdata.
Definition
multipartformdataparser.cpp:11
Cutelyst
The Cutelyst namespace holds all public Cutelyst API.
Definition
Mainpage.dox:8
Cutelyst::Uploads
QVector< Upload * > Uploads
Definition
request.h:25
QIODevice
QStringView
Cutelyst
multipartformdataparser.h
Generated on
for cutelyst by
1.16.1