1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 06:20:59 +00:00
serenity/Services/WebServer
Andreas Kling 7f70a6f0cb WebServer: Try to send an appopriate Content-Type header
Use Core::guess_mime_type_based_on_filename() for this. It's obviously
not perfect, but it works better than just sending "text/html" for
everything no matter what. :^)
2020-07-27 19:57:20 +02:00
..
Client.cpp WebServer: Try to send an appopriate Content-Type header 2020-07-27 19:57:20 +02:00
Client.h WebServer: Try to send an appopriate Content-Type header 2020-07-27 19:57:20 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp WebServer: Allow the user to specify the base directory 2020-07-11 11:36:12 +02:00