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:
parent
c53d3e7aa4
commit
8fcf42f684
10 changed files with 287 additions and 0 deletions
15
Userland/Libraries/LibPublicSuffix/URL.h
Normal file
15
Userland/Libraries/LibPublicSuffix/URL.h
Normal 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);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue