LibURL: Implement Site concept

This commit is contained in:
Sam Atkins 2024-11-27 16:47:14 +00:00 committed by Andreas Kling
commit b83f015c70
Notes: github-actions[bot] 2024-11-30 11:23:42 +00:00
6 changed files with 146 additions and 1 deletions

View file

@ -7,9 +7,11 @@
#pragma once
namespace URL {
class Host;
class Origin;
class URL;
class Parser;
class Site;
class URL;
struct BlobURLEntry;
}