ladybird/Userland/Services/WebServer
Tim Ledbetter f02ccffaa8 WebServer: Show the correct port when using port 0
Specifying port 0 on the command line causes WebServer to select a
random available port. We now show the port WebServer is actually
using rather than assuming it is the same as the command line argument.
2023-06-21 08:35:44 +02:00
..
Client.cpp WebServer: Prefer LibFileSystem over DeprecatedFile 2023-05-21 07:52:41 +02:00
Client.h WebServer: Handle incomplete HTTP requests 2023-03-27 20:29:51 +01:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Configuration.cpp WebServer: Convert document_root_path from DeprecatedString to String 2023-05-21 07:52:41 +02:00
Configuration.h WebServer: Convert document_root_path from DeprecatedString to String 2023-05-21 07:52:41 +02:00
main.cpp WebServer: Show the correct port when using port 0 2023-06-21 08:35:44 +02:00