1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:47:45 +00:00

LibWeb: Add definitions from '2.2.6. Responses' in the Fetch spec

This commit is contained in:
Linus Groh 2022-07-16 17:55:29 +01:00
parent 0abc21132a
commit 8da3914bdc
4 changed files with 408 additions and 0 deletions

View file

@ -174,6 +174,7 @@ class Body;
struct Header;
class HeaderList;
class Request;
class Response;
}
namespace Web::Geometry {