1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-11 21:42:14 +01:00
parent 9244f1697d
commit dd9bf10151
5 changed files with 646 additions and 0 deletions

View file

@ -119,6 +119,7 @@ set(SOURCES
Encoding/TextEncoder.cpp
Fetch/Infrastructure/HTTP.cpp
Fetch/Infrastructure/URL.cpp
Fetch/Infrastructure/HTTP/Headers.cpp
Fetch/Infrastructure/HTTP/Methods.cpp
FontCache.cpp
Geometry/DOMRectList.cpp