ladybird/Libraries/LibProtocol
Andreas Kling d2ae37f88f LibProtocol: Make Protocol::Client constructor private
Core::Object derived objects should always have private constructors
and use construct() for construction. This prevents accidentally
keeping them in non-reference-counting containers.
2020-05-19 17:46:28 +02:00
..
Client.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
Client.h LibProtocol: Make Protocol::Client constructor private 2020-05-19 17:46:28 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Download.cpp LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
Download.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00