ladybird/Servers/WebServer
Bogdan 7590270e13 WebServer: Ensure directory listing URLs end with a slash
We will now send a redirect (301) if a directory listing is requested and the
request URL doesn't end with a slash character. This makes relative file URLs
that we generate in directory listings actually work as expected.
2020-02-13 20:06:32 +01:00
..
Client.cpp WebServer: Ensure directory listing URLs end with a slash 2020-02-13 20:06:32 +01:00
Client.h WebServer: Ensure directory listing URLs end with a slash 2020-02-13 20:06:32 +01:00
main.cpp WebServer: Add copyright headers 2020-02-11 19:25:06 +01:00
Makefile WebServer: Implement a very basic HTTP server :^) 2020-02-09 14:15:55 +01:00