1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

LibWeb: Implement 'connection timing info' struct

This commit is contained in:
Linus Groh 2022-10-13 19:19:32 +02:00
parent cc6eaafe6b
commit 1f8ed8fca7
4 changed files with 96 additions and 0 deletions

View file

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