ladybird/Servers
Andreas Kling eb6e35a1be ProtocolServer: Pass HTTP response headers to the client
We now store the response headers in a download object on the protocol
server side and pass it to the client when finishing up a download.

Response headers are passed as an IPC::Dictionary. :^)
2020-05-03 23:01:58 +02:00
..
AudioServer AudioServer: Use NumericLimits<T> 2020-04-15 16:58:46 +02:00
DHCPClient LibCore: Add Core::Timer::create_single_shot() 2020-04-07 23:01:43 +02:00
LookupServer LookupServer: Only pass A record responses to clients 2020-05-03 14:24:54 +02:00
NotificationServer WindowServer+NotificationServer: Vertical title bar for notifications 2020-03-30 17:03:15 +02:00
ProtocolServer ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
SystemServer SystemServer: Bump the default listening socket backlog to 16 2020-05-02 15:59:37 +02:00
TelnetServer TelnetServer: Protect the Client object during drain_socket() 2020-02-08 19:12:52 +01:00
TTYServer TTYServer: Use unveil() 2020-02-22 21:19:58 +01:00
WebServer LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
WindowServer WindowServer: Remove debug spam when creating new windows 2020-05-03 14:24:54 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00