ladybird/Userland/Services/WebServer
sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke
Only one place used this argument and it was to hold on to a strong ref
for the object. Since we already do that now, there's no need to keep
this argument around since this can be easily captured.

This commit contains no changes.
2021-09-02 03:47:47 +04:30
..
Client.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
Client.h WebServer: Add support for HTTP basic authentication 2021-06-11 11:37:15 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +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