mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibHTTP: Unify and generalise response handling logic
This commit is contained in:
parent
3dd0f755d0
commit
155853afb2
Notes:
sideshowbarker
2024-07-19 06:58:14 +09:00
Author: https://github.com/alimpfard
Commit: 155853afb2
Pull-request: https://github.com/SerenityOS/serenity/pull/2111
8 changed files with 442 additions and 400 deletions
|
@ -30,5 +30,6 @@ class HttpRequest;
|
|||
class HttpResponse;
|
||||
class HttpJob;
|
||||
class HttpsJob;
|
||||
class Job;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue