1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:17:35 +00:00

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
parent 3dd0f755d0
commit 155853afb2
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;
}