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

LibWeb: Implement container class for fetch algorithms

This commit is contained in:
Linus Groh 2022-10-13 19:23:43 +02:00
parent dd5d3e2f4f
commit ba31547fa0
4 changed files with 88 additions and 0 deletions

View file

@ -193,6 +193,7 @@ namespace Web::Fetch::Infrastructure {
class Body;
struct BodyWithType;
class ConnectionTimingInfo;
class FetchAlgorithms;
class FetchController;
class FetchTimingInfo;
struct Header;