1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}

The Fetch spec is too big to have a generic AbstractOperations.{cpp,h}
file, so let's keep AOs in their section-specific files.
This commit is contained in:
Linus Groh 2022-07-10 19:25:42 +02:00
parent e3798886ed
commit fad69fcacd
6 changed files with 11 additions and 25 deletions

View file

@ -117,7 +117,7 @@ set(SOURCES
Dump.cpp
Encoding/TextDecoder.cpp
Encoding/TextEncoder.cpp
Fetch/AbstractOperations.cpp
Fetch/Infrastructure/HTTP.cpp
Fetch/Infrastructure/URL.cpp
FontCache.cpp
Geometry/DOMRectList.cpp