ladybird/Userland/Services/RequestServer
Andrew Kaster 7372b2af48 LibIPC+Everywhere: Introduce an IPC Transport abstraction
This abstraction will help us to support multiple IPC transport
mechanisms going forward. For now, we only have a TransportSocket that
implements the same behavior we previously had, using Unix Sockets for
IPC.
2024-10-23 12:29:01 -06:00
..
CacheLevel.h RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00
CMakeLists.txt RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00
ConnectionFromClient.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
ConnectionFromClient.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Forward.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
main.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Request.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Request.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RequestClient.ipc LibWeb+LibRequests+RequestServer: Report network error on request finish 2024-10-10 19:56:11 +01:00
RequestServer.ipc RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00