ladybird/Userland/Services/WebServer
Max Wipfli 79a47d9bd3 WebServer: Add support for HTTP basic authentication
This enables the WebServer to run protected by a username and password.
While it isn't possible to access such a protected server from inside
Serenity as of now (because neither the Browser nor pro(1) support
this), this may very well be the case in the future. :^)
2021-06-11 11:37:15 +02:00
..
Client.cpp WebServer: Add support for HTTP basic authentication 2021-06-11 11:37:15 +02:00
Client.h WebServer: Add support for HTTP basic authentication 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: Add support for HTTP basic authentication 2021-06-11 11:37:15 +02:00
main.cpp WebServer: Add support for HTTP basic authentication 2021-06-11 11:37:15 +02:00