mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
LibWeb: Implement 'connection timing info' struct
This commit is contained in:
parent
cc6eaafe6b
commit
1f8ed8fca7
Notes:
sideshowbarker
2024-07-17 05:00:37 +09:00
Author: https://github.com/linusg
Commit: 1f8ed8fca7
Pull-request: https://github.com/SerenityOS/serenity/pull/15795
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/davidot ✅
4 changed files with 96 additions and 0 deletions
|
@ -192,6 +192,7 @@ class Response;
|
|||
namespace Web::Fetch::Infrastructure {
|
||||
class Body;
|
||||
struct BodyWithType;
|
||||
class ConnectionTimingInfo;
|
||||
struct Header;
|
||||
class HeaderList;
|
||||
class Request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue