1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +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:
Max Wipfli 2021-05-27 21:05:07 +02:00 committed by Andreas Kling
parent 1697f3c35b
commit 81f03e7a5d
2 changed files with 11 additions and 276 deletions

View file

@ -121,7 +121,6 @@ private:
{
}
bool parse(const StringView&);
bool compute_validity() const;
String serialize_data_url() const;