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

LibWeb: Implement 'fetch controller' struct

This commit is contained in:
Linus Groh 2022-10-13 19:21:50 +02:00
parent fef331a03f
commit dd5d3e2f4f
4 changed files with 159 additions and 0 deletions

View file

@ -125,6 +125,7 @@ set(SOURCES
Fetch/Headers.cpp
Fetch/HeadersIterator.cpp
Fetch/Infrastructure/ConnectionTimingInfo.cpp
Fetch/Infrastructure/FetchController.cpp
Fetch/Infrastructure/FetchTimingInfo.cpp
Fetch/Infrastructure/HTTP.cpp
Fetch/Infrastructure/HTTP/Bodies.cpp