1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00
serenity/Userland/Services/WebServer
Max Wipfli e77ca79897 WebServer: Move server configuration into WebServer::Configuration
This moves the configuration of the web server, which currently only
consists of the root path, into a new class, Configuration. Since the
configuration is global and not per client, it is accessed by a
singleton getter.

This change simplifies future extensions of the configurable parameters.
2021-06-11 11:37:15 +02:00
..
Client.cpp WebServer: Move server configuration into WebServer::Configuration 2021-06-11 11:37:15 +02:00
Client.h WebServer: Move server configuration into WebServer::Configuration 2021-06-11 11:37:15 +02:00
CMakeLists.txt WebServer: Move server configuration into WebServer::Configuration 2021-06-11 11:37:15 +02:00
Configuration.cpp WebServer: Move server configuration into WebServer::Configuration 2021-06-11 11:37:15 +02:00
Configuration.h WebServer: Move server configuration into WebServer::Configuration 2021-06-11 11:37:15 +02:00
main.cpp WebServer: Move server configuration into WebServer::Configuration 2021-06-11 11:37:15 +02:00