ladybird/Userland/Libraries/LibHTTP
Lucas CHOLLET ff47223301 LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase&
It used to take a plain `Socket` and cast it to a `BufferedSocketBase`,
which can lead to unpleasant result when used with a non-buffered
`Socket`.
2023-07-03 23:29:28 +02:00
..
CMakeLists.txt
Forward.h
HttpRequest.cpp LibHTTP: Make HttpRequest return its method name as a StringView 2023-07-03 23:29:28 +02:00
HttpRequest.h LibHTTP: Make HttpRequest return its method name as a StringView 2023-07-03 23:29:28 +02:00
HttpResponse.cpp
HttpResponse.h
HttpsJob.cpp
HttpsJob.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
Job.cpp LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase& 2023-07-03 23:29:28 +02:00
Job.h LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase& 2023-07-03 23:29:28 +02:00