LibHTTP: Remove the now-unused job classes

The request/response classes are still used in a couple places and will
need more careful removal.
This commit is contained in:
Andreas Kling
2024-09-19 08:06:17 +02:00
committed by Andreas Kling
parent 504c80a202
commit d77843e2f0
12 changed files with 0 additions and 966 deletions

View File

@@ -8,7 +8,6 @@
#include <AK/Base64.h>
#include <AK/StringBuilder.h>
#include <LibHTTP/HttpRequest.h>
#include <LibHTTP/Job.h>
#include <LibURL/Parser.h>
namespace HTTP {