This commit is contained in:
2026-03-12 19:11:28 +03:00
parent ed13838237
commit d758cea974
6 changed files with 738 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
//! \addtogroup HTTP
//! \addtogroup HTTPServer
//! \~\file pihttpserver.h
//! \brief High-level HTTP server implementation
//! \~english High-level HTTP server with path-based routing and handler registration
@@ -27,7 +27,7 @@
#include "microhttpd_server.h"
//! \~\ingroup HTTP
//! \~\ingroup HTTPServer
//! \~\brief
//! \~english HTTP server that routes requests by method and path pattern.
//! \~russian HTTP-сервер, маршрутизирующий запросы по методу и шаблону пути.