ladybird/Services/ProtocolServer
Andreas Kling 1678aaa555 ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Clients now receive HTTP status codes like 200, 404, etc.
Note that a 404 with content is still considered a "successful"
download from ProtocolServer's perspective. It's up to the client
to interpret the status code.

I'm not sure if this is the best API, but it'll work for now.
2020-06-13 22:20:37 +02:00
..
ClientConnection.cpp ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
ClientConnection.h ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
CMakeLists.txt ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
Download.cpp ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
Download.h ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
Forward.h ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
GeminiDownload.cpp LibGemini: Implement rendering text/gemini documents to HTML 2020-05-17 16:35:42 +02:00
GeminiDownload.h ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
GeminiProtocol.cpp ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
GeminiProtocol.h ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
HttpDownload.cpp ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
HttpDownload.h ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
HttpProtocol.cpp ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
HttpProtocol.h ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
HttpsDownload.cpp ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
HttpsDownload.h ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
HttpsProtocol.cpp ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
HttpsProtocol.h ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
main.cpp ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
Protocol.cpp ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
Protocol.h ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
ProtocolClient.ipc ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
ProtocolServer.ipc LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00