/* SPDX-License-Identifier: GPL-3.0-or-later */ /* Copyright 2022 Ivan Polyakov */ /// \file rapida.hxx C++ interface header of the Rapida. #ifndef RAPIDA_HXX_ENTRY #define RAPIDA_HXX_ENTRY #include "App.hxx" #include "Request.hxx" #include "Response.hxx" #include "Route.hxx" #endif // RAPIDA_HXX_ENTRY