1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:17:34 +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

@ -127,6 +127,7 @@ set(SOURCES
Fetch/Infrastructure/ConnectionTimingInfo.cpp
Fetch/Infrastructure/FetchAlgorithms.cpp
Fetch/Infrastructure/FetchController.cpp
Fetch/Infrastructure/FetchParams.cpp
Fetch/Infrastructure/FetchTimingInfo.cpp
Fetch/Infrastructure/HTTP.cpp
Fetch/Infrastructure/HTTP/Bodies.cpp