1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Services/WebServer
Thomas Keppler dc8be499e6 WebServer: Use new String type internally as much as possible
Here, we try to use the new String type for everything internal,
keeping the public interface and the interface to other code the same.
2022-12-26 09:38:03 +01:00
..
Client.cpp WebServer: Use new String type internally as much as possible 2022-12-26 09:38:03 +01:00
Client.h WebServer: Use new String type internally as much as possible 2022-12-26 09:38:03 +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: Use new String type for default option values 2022-12-26 09:38:03 +01:00