LibHTTP: Unify and generalise response handling logic

This commit is contained in:
AnotherTest 2020-05-05 09:47:40 +04:30 committed by Andreas Kling
commit 155853afb2
Notes: sideshowbarker 2024-07-19 06:58:14 +09:00
8 changed files with 442 additions and 400 deletions

View file

@ -30,5 +30,6 @@ class HttpRequest;
class HttpResponse;
class HttpJob;
class HttpsJob;
class Job;
}