LibWeb: Move extract_body() into Fetch

This commit is contained in:
Linus Groh 2022-09-22 00:04:06 +01:00
commit 571f4e3ebb
Notes: sideshowbarker 2024-07-17 06:42:30 +09:00
5 changed files with 82 additions and 62 deletions

View file

@ -189,6 +189,7 @@ class HeadersIterator;
namespace Web::Fetch::Infrastructure {
class Body;
struct BodyWithType;
struct Header;
class HeaderList;
class Request;