1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Services/WebServer
Thomas Keppler 5d305845e3 WebServer: Require document root and credentials as config init params
Now, there is nothing that can react to `set_...()` calls, so
offering this possibility can cause wrong assumptions as to what one
can do as soon as a WebServer instance has launched.

The main program can still decide whether to supply the optional
credentials or not, but this way, the configuration can become a Value
Object that won't change after initial creation.
2022-12-26 09:38:03 +01:00
..
Client.cpp WebServer: Rename {real_}root_path to {real_}document_root_path 2022-12-26 09:38:03 +01:00
Client.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Configuration.cpp WebServer: Require document root and credentials as config init params 2022-12-26 09:38:03 +01:00
Configuration.h WebServer: Require document root and credentials as config init params 2022-12-26 09:38:03 +01:00
main.cpp WebServer: Require document root and credentials as config init params 2022-12-26 09:38:03 +01:00