1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 19:18:11 +00:00
serenity/Libraries/LibProtocol
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
..
Client.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
Client.h LibCore: Reduce header dependencies of EventLoop 2020-02-15 02:09:00 +01:00
Download.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
Download.h ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
Makefile Build: more IPCCompiler-generated dependencies 2020-01-15 21:52:09 +01:00