ladybird/Userland/Services/RequestServer
2024-08-12 02:27:48 +02:00
..
CMakeLists.txt Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
ConnectionCache.cpp RequestServer: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
ConnectionCache.h RequestServer: Fix compiling with -DREQUESTSERVER_DEBUG=ON 2024-08-12 02:27:48 +02:00
ConnectionFromClient.cpp LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-08-03 15:53:07 -04:00
ConnectionFromClient.h LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-08-03 15:53:07 -04:00
Forward.h Everywhere: Remove LibGemini 2024-06-04 09:19:39 +02:00
HttpCommon.h RequestServer+LibHTTP: Cancel requests on client exit 2024-07-28 13:02:49 +02:00
HttpProtocol.cpp LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
HttpProtocol.h LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
HttpRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpRequest.h RequestServer+LibHTTP: Cancel requests on client exit 2024-07-28 13:02:49 +02:00
HttpsProtocol.cpp LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
HttpsProtocol.h LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
HttpsRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpsRequest.h RequestServer+LibHTTP: Cancel requests on client exit 2024-07-28 13:02:49 +02:00
main.cpp Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
Protocol.cpp RequestServer: Use Core::System::pipe2 for creating the request FDs 2024-03-13 12:52:07 -04:00
Protocol.h LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
Request.cpp LibHTTP+RequestServer: Add HTTP::HeaderMap and use for response headers 2024-06-09 15:34:02 +02:00
Request.h RequestServer+LibHTTP: Cancel requests on client exit 2024-07-28 13:02:49 +02:00
RequestClient.ipc LibHTTP+RequestServer: Add HTTP::HeaderMap and use for response headers 2024-06-09 15:34:02 +02:00
RequestServer.ipc LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-08-03 15:53:07 -04:00