qthttpserver/tests
Matthias Rauter 945a3c209c Use context object in QHttpServer::route
Use a context object and QtPrivate:makeCallableObject instead
of std::function when adding routes.

The rvalue was exchanged with a reference in the callback signature
because QMetaObject::invokeMethod is not prepared to handle rvalues.

The context object is used for two purposes, to ensure that a
rule does not outlive the context object, and also it is posssible
to use it as an object to call a member function on.

Pick-to: 6.8
Change-Id: Ibc5478f2dab77f4aa4891819b1c7743c9767849e
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2024-09-03 18:21:17 +02:00
..
auto Use context object in QHttpServer::route 2024-09-03 18:21:17 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-25 16:10:12 +00:00