ladybird/Libraries/LibHTTP
Andreas Kling b9b7b2b28a LibCore: Make IODevice::read_line() return a String
Almost everyone using this API actually wanted String instead of a
ByteBuffer anyway, and there were a bunch of slightly different ways
clients would convert to String.

Let's just cut out all the confusion and make it return String. :^)
2020-12-13 11:54:11 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Forward.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
HttpJob.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
HttpJob.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
HttpRequest.cpp LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule() 2020-10-30 23:42:03 +01:00
HttpRequest.h LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule() 2020-10-30 23:42:03 +01:00
HttpResponse.cpp LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers 2020-05-12 19:10:01 +02:00
HttpResponse.h LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers 2020-05-12 19:10:01 +02:00
HttpsJob.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
HttpsJob.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
Job.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
Job.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00