mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Move extract_body() into Fetch
This commit is contained in:
parent
f98ce156c4
commit
571f4e3ebb
Notes:
sideshowbarker
2024-07-17 06:42:30 +09:00
Author: https://github.com/linusg
Commit: 571f4e3ebb
Pull-request: https://github.com/SerenityOS/serenity/pull/15323
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/kennethmyhra ✅
5 changed files with 82 additions and 62 deletions
|
@ -189,6 +189,7 @@ class HeadersIterator;
|
|||
|
||||
namespace Web::Fetch::Infrastructure {
|
||||
class Body;
|
||||
struct BodyWithType;
|
||||
struct Header;
|
||||
class HeaderList;
|
||||
class Request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue