cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
paramsmultimap.h
1/*
2 * SPDX-FileCopyrightText: (C) 2014-2023 Daniel Nicoletti <dantti12@gmail.com>
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5#pragma once
6
7#include <QMetaType>
8#include <QMultiMap>
9#include <QString>
10
11namespace Cutelyst {
12
24
25} // namespace Cutelyst
26
27Q_DECLARE_METATYPE(Cutelyst::ParamsMultiMap)
The Cutelyst namespace holds all public Cutelyst API.