1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
serenity/Servers/ProtocolServer
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
..
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
HttpDownload.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
HttpDownload.h LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
HttpProtocol.cpp LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
HttpProtocol.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
HttpsDownload.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
HttpsDownload.h LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
HttpsProtocol.cpp ProtocolServer: Implement and handle download progress 2020-05-03 12:59:26 +02:00
HttpsProtocol.h LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
main.cpp LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
Makefile LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
Protocol.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Protocol.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ProtocolClient.ipc ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
ProtocolServer.ipc Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
PSClientConnection.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
PSClientConnection.h LibCore: Reduce header dependencies of EventLoop 2020-02-15 02:09:00 +01:00