mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
AK: Replace old URL parser with new URLParser::parse()
This replaces the old URL::parse() and URL::complete_url() parsing mechanisms with the new spec-compliant URLParser::parse().
This commit is contained in:
parent
1697f3c35b
commit
81f03e7a5d
2 changed files with 11 additions and 276 deletions
1
AK/URL.h
1
AK/URL.h
|
@ -121,7 +121,6 @@ private:
|
|||
{
|
||||
}
|
||||
|
||||
bool parse(const StringView&);
|
||||
bool compute_validity() const;
|
||||
String serialize_data_url() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue