From e6d45eeb400739fa099b4d68fe6ceec760961dc0 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 26 Jun 2022 11:13:34 +0200 Subject: [PATCH] Renamed more files in the web module. --- .../web/http/{session_manager.cpp => http_session_manager.cpp} | 0 modules/web/http/{session_manager.h => http_session_manager.h} | 0 modules/web/http/{cookie.cpp => web_server_cookie.cpp} | 0 modules/web/http/{cookie.h => web_server_cookie.h} | 0 modules/web/http/{middleware.cpp => web_server_middleware.cpp} | 0 modules/web/http/{middleware.h => web_server_middleware.h} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename modules/web/http/{session_manager.cpp => http_session_manager.cpp} (100%) rename modules/web/http/{session_manager.h => http_session_manager.h} (100%) rename modules/web/http/{cookie.cpp => web_server_cookie.cpp} (100%) rename modules/web/http/{cookie.h => web_server_cookie.h} (100%) rename modules/web/http/{middleware.cpp => web_server_middleware.cpp} (100%) rename modules/web/http/{middleware.h => web_server_middleware.h} (100%) diff --git a/modules/web/http/session_manager.cpp b/modules/web/http/http_session_manager.cpp similarity index 100% rename from modules/web/http/session_manager.cpp rename to modules/web/http/http_session_manager.cpp diff --git a/modules/web/http/session_manager.h b/modules/web/http/http_session_manager.h similarity index 100% rename from modules/web/http/session_manager.h rename to modules/web/http/http_session_manager.h diff --git a/modules/web/http/cookie.cpp b/modules/web/http/web_server_cookie.cpp similarity index 100% rename from modules/web/http/cookie.cpp rename to modules/web/http/web_server_cookie.cpp diff --git a/modules/web/http/cookie.h b/modules/web/http/web_server_cookie.h similarity index 100% rename from modules/web/http/cookie.h rename to modules/web/http/web_server_cookie.h diff --git a/modules/web/http/middleware.cpp b/modules/web/http/web_server_middleware.cpp similarity index 100% rename from modules/web/http/middleware.cpp rename to modules/web/http/web_server_middleware.cpp diff --git a/modules/web/http/middleware.h b/modules/web/http/web_server_middleware.h similarity index 100% rename from modules/web/http/middleware.h rename to modules/web/http/web_server_middleware.h