mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibWeb: Implement 'fetch controller' struct
This commit is contained in:
parent
fef331a03f
commit
dd5d3e2f4f
4 changed files with 159 additions and 0 deletions
|
@ -193,6 +193,7 @@ namespace Web::Fetch::Infrastructure {
|
|||
class Body;
|
||||
struct BodyWithType;
|
||||
class ConnectionTimingInfo;
|
||||
class FetchController;
|
||||
class FetchTimingInfo;
|
||||
struct Header;
|
||||
class HeaderList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue