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

LibPublicSuffix: Add Library and Generators

This commit is contained in:
Cameron Youell 2023-05-31 11:38:52 +10:00 committed by Sam Atkins
parent c53d3e7aa4
commit 8fcf42f684
10 changed files with 287 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2023, Cameron Youell <cameronyouell@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Forward.h>
namespace PublicSuffix {
ErrorOr<String> absolute_url(StringView url);
}