detach PIHTTPServer::Endpoint to base struct PIHTTP::ServerEndpoint (private header), no functionality changes in HTTP server

Ready to implement this private base struct to MQTT client
This commit is contained in:
2026-05-26 21:31:58 +03:00
parent a2e54c3694
commit a2093e24a6
4 changed files with 76 additions and 300 deletions
+5
View File
@@ -210,6 +210,11 @@ public:
PIP_EXPORT const char * methodName(Method m);
//! \~english Request handler used by registered routes and fallback processing.
//! \~russian Обработчик запроса, используемый зарегистрированными маршрутами и fallback-обработкой.
using RequestFunction = std::function<PIHTTP::MessageMutable(const PIHTTP::MessageConst &)>;
}; // namespace PIHTTP