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

LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-12 17:51:58 +01:00
parent dd9bf10151
commit 1694279dd8
3 changed files with 60 additions and 0 deletions

View file

@ -121,6 +121,7 @@ set(SOURCES
Fetch/Infrastructure/URL.cpp
Fetch/Infrastructure/HTTP/Headers.cpp
Fetch/Infrastructure/HTTP/Methods.cpp
Fetch/Infrastructure/HTTP/Statuses.cpp
FontCache.cpp
Geometry/DOMRectList.cpp
HTML/AttributeNames.cpp