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,5 +1,5 @@
//! \~\file microhttpd_server.h
//! \~\ingroup HTTP
//! \~\ingroup HTTPServer
//! \~\brief
//! \~english Base HTTP server API built on top of libmicrohttpd
//! \~russian Базовый API HTTP-сервера, построенный поверх libmicrohttpd
@@ -31,7 +31,7 @@
struct MicrohttpdServerConnection;
//! \~\ingroup HTTP
//! \~\ingroup HTTPServer
//! \~\brief
//! \~english Base HTTP server with request dispatch and optional basic authentication.
//! \~russian Базовый HTTP-сервер с диспетчеризацией запросов и необязательной basic-аутентификацией.