1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Userland/Services/WebServer
Max Wipfli 2c5a8462ec WebServer: Append trailing slash for directory links
This adds trailing slashes to all links to directories (when listing the
directory contents). This avoids the redirect that would otherwise
happen when browsing to those directories.
2021-06-11 11:37:15 +02:00
..
Client.cpp WebServer: Append trailing slash for directory links 2021-06-11 11:37:15 +02:00
Client.h WebServer: Use east const style in Client.{cpp,h} 2021-06-11 11:37:15 +02:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp WebServer: Exit when the given port is invalid 2021-05-30 14:11:53 +01:00