1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 13:11:01 +00:00
serenity/Userland/Services/WebServer
Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore
MappedFile is strictly a userspace thing, so it doesn't belong in AK
(which is supposed to be user/kernel agnostic.)
2021-11-23 11:33:36 +01:00
..
Client.cpp LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01: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 LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00