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

LibWeb: Implement 'fetch params' struct

This commit is contained in:
Linus Groh 2022-10-13 19:24:23 +02:00
parent ba31547fa0
commit 5d86eae119
4 changed files with 162 additions and 0 deletions

View file

@ -195,6 +195,7 @@ struct BodyWithType;
class ConnectionTimingInfo;
class FetchAlgorithms;
class FetchController;
class FetchParams;
class FetchTimingInfo;
struct Header;
class HeaderList;