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

LibWeb: Add definitions from '2.2.5 Requests' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-14 00:51:42 +01:00 committed by Andreas Kling
parent 4f02bac39c
commit 7116a7d2bf
4 changed files with 671 additions and 0 deletions

View file

@ -122,6 +122,7 @@ set(SOURCES
Fetch/Infrastructure/HTTP/Bodies.cpp
Fetch/Infrastructure/HTTP/Headers.cpp
Fetch/Infrastructure/HTTP/Methods.cpp
Fetch/Infrastructure/HTTP/Requests.cpp
Fetch/Infrastructure/HTTP/Statuses.cpp
FontCache.cpp
Geometry/DOMRectList.cpp