1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 01:47:36 +00:00
serenity/Userland/Services/WebServer
Marco Cutecchia 0ae5de8c3c WebServer: Add 'Content-Type' header for error responses
Previously when the WebServer sent an error page the browser would
show the raw HTML since we forgot to send the 'Content-Type' header
2021-08-24 22:01:34 +02:00
..
Client.cpp WebServer: Add 'Content-Type' header for error responses 2021-08-24 22:01:34 +02:00
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