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

LibWeb: Implement '5.1. Headers class' from the Fetch API :^)

This commit is contained in:
Linus Groh 2022-07-19 00:19:24 +01:00
parent b5ab1f6b4a
commit ed49b66f25
9 changed files with 516 additions and 0 deletions

View file

@ -117,6 +117,8 @@ set(SOURCES
Dump.cpp
Encoding/TextDecoder.cpp
Encoding/TextEncoder.cpp
Fetch/Headers.cpp
Fetch/HeadersIterator.cpp
Fetch/Infrastructure/HTTP.cpp
Fetch/Infrastructure/URL.cpp
Fetch/Infrastructure/HTTP/Bodies.cpp